2 Revīzijas b9366bab3a ... c10f5b7b5a

Autors SHA1 Ziņojums Datums
  Grace Past c10f5b7b5a Merge branch '2017.9' 7 gadi atpakaļ
  Grace Past 2fc8f86033 Das new ChangeLog 7 gadi atpakaļ
6 mainītis faili ar 5 papildinājumiem un 20 dzēšanām
  1. 1 1
      Patches/Files/ChangeLog
  2. 0 3
      Patches/Perm/.35
  3. 0 3
      Patches/Perm/.36
  4. 0 3
      Patches/Perm/.37
  5. 1 10
      expected_output.txt
  6. 3 0
      series.sh

+ 1 - 1
Patches/Files/ChangeLog

@@ -1,4 +1,4 @@
-2017.9.0:
+2017.9.17:
 *Updated to latest youtube-dl release
 
 2017.8.0:

+ 0 - 3
Patches/Perm/.35

@@ -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

+ 0 - 3
Patches/Perm/.36

@@ -1,3 +0,0 @@
-#youtube_dl/extractor/miaopai.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
-self._USER_AGENT_IPAD

+ 0 - 3
Patches/Perm/.37

@@ -1,3 +0,0 @@
-#youtube_dl/extractor/miaopai.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
-self._USER_AGENT_IPAD

+ 1 - 10
expected_output.txt

@@ -1,14 +1,5 @@
 
 
-./YOUTUBE_DL/EXTRACTOR/TWITTER.PY:
-0: 1
-
-
-./YOUTUBE_DL/EXTRACTOR/MIAOPAI.PY:
-0: 1
-1: 0
-
-
 ./YOUTUBE_DL/EXTRACTOR/YOUTUBE.PY:
 0: 1
 1: 1
@@ -29,7 +20,7 @@
 
 
 ./MAKEFILE:
-0: 0
+0: 1
 1: 1
 2: 1
 3: 1

+ 3 - 0
series.sh

@@ -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