@@ -1,4 +1,4 @@
-2017.9.0:
+2017.9.17:
*Updated to latest youtube-dl release
2017.8.0:
@@ -1,3 +0,0 @@
-#youtube_dl/extractor/twitter.py: Replace the User Agent with Tor Browser's
-#ln=Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Firefox/52.0
-Mozilla/5.0 (Android 6.0.1; Mobile; rv:54.0) Gecko/54.0 Firefox/54.0
-#youtube_dl/extractor/miaopai.py: Replace the User Agent with Tor Browser's
-self._USER_AGENT_IPAD
@@ -1,14 +1,5 @@
-./YOUTUBE_DL/EXTRACTOR/TWITTER.PY:
-0: 1
-
-./YOUTUBE_DL/EXTRACTOR/MIAOPAI.PY:
-1: 0
./YOUTUBE_DL/EXTRACTOR/YOUTUBE.PY:
0: 1
1: 1
@@ -29,7 +20,7 @@
./MAKEFILE:
-0: 0
+0: 1
2: 1
3: 1
@@ -137,6 +137,9 @@ function release_pub {
fi
IFS=$'\t' read tag vrs <<< "$lineam"
tag=`echo $tag | tr -cd [:alpha:]- | tr [:upper:] [:lower:]`
+ if [ $(expr length "$tag") == 0 ]; then
+ continue
+ fi
mkdir -p ${tag:0:-1}
cd ${tag:0:-1}
echo "Origin: notabug.org" > Packages