commit youtube-dl for openSUSE:Factory

2020-11-03 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-11-03 15:16:35

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3463 (New)


Package is "youtube-dl"

Tue Nov  3 15:16:35 2020 rev:140 rq:845526 version:2020.11.01.1

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-09-21 17:47:26.861140570 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3463/python-youtube-dl.changes   
2020-11-03 15:17:00.796065886 +0100
@@ -1,0 +2,9 @@
+Mon Nov  2 12:59:41 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.11.01.1
+  * youtube: Fix JS player URL extraction
+  * ytsearch: Fix extraction
+  * ustream: Add support for video.ibm.com
+  * expressen: Add support for di.se
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.09.20.tar.gz
  youtube-dl-2020.09.20.tar.gz.sig

New:

  youtube-dl-2020.11.01.1.tar.gz
  youtube-dl-2020.11.01.1.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.oG0WeY/_old  2020-11-03 15:17:05.640070548 +0100
+++ /var/tmp/diff_new_pack.oG0WeY/_new  2020-11-03 15:17:05.644070552 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.09.20
+Version:2020.11.01.1
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.oG0WeY/_old  2020-11-03 15:17:05.664070572 +0100
+++ /var/tmp/diff_new_pack.oG0WeY/_new  2020-11-03 15:17:05.668070575 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.09.20
+Version:2020.11.01.1
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.09.20.tar.gz -> youtube-dl-2020.11.01.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-09-20 07:30:42.0 +0200
+++ new/youtube-dl/ChangeLog2020-11-01 02:58:37.0 +0100
@@ -1,3 +1,21 @@
+version 2020.11.01
+
+Core
+* [utils] Don't attempt to coerce JS strings to numbers in js_to_json (#26851)
+* [downloader/http] Properly handle missing message in SSLError (#26646)
+* [downloader/http] Fix access to not yet opened stream in retry
+
+Extractors
+* [youtube] Fix JS player URL extraction
+* [ytsearch] Fix extraction (#26920)
+* [afreecatv] Fix typo (#26970)
+* [23video] Relax URL regular expression (#26870)
++ [ustream] Add support for video.ibm.com (#26894)
+* [iqiyi] Fix typo (#26884)
++ [expressen] Add support for di.se (#26670)
+* [iprima] Improve video id extraction (#26507, #26494)
+
+
 version 2020.09.20
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2020-09-20 07:30:44.0 +0200
+++ new/youtube-dl/README.md2020-11-01 02:58:39.0 +0100
@@ -545,7 +545,7 @@
  - `extractor` (string): Name of the extractor
  - `extractor_key` (string): Key name of the extractor
  - `epoch` (numeric): Unix epoch when creating the file
- - `autonumber` (numeric): Five-digit number that will be increased with each 
download, starting at zero
+ - `autonumber` (numeric): Number that will be increased with each download, 
starting at `--autonumber-start`
  - `playlist` (string): Name or id of the playlist that contains the video
  - `playlist_index` (numeric): Index of the video in the playlist padded with 
leading zeros according to the total length of the playlist
  - `playlist_id` (string): Playlist identifier
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.txt new/youtube-dl/README.txt
--- old/youtube-dl/README.txt   2020-09-20 07:31:22.0 +0200
+++ new/youtube-dl/README.txt   2020-11-01 02:58:52.0 +0100
@@ -634,8 +634,8 @@
 -   extractor (string): Name of the extractor
 -   extractor_key (string): Key name of the extractor
 -   epoch (numeric): Unix epoch when creating the file
--   autonumber (numeric): Five-digit number that will be increased with
-each download, starting at zero
+-   autonumber (numeric): Number that will be increased with each
+download, starting at --autonumber-start
 -   

commit youtube-dl for openSUSE:Factory

2020-09-14 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-09-14 12:34:03

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.4249 (New)


Package is "youtube-dl"

Mon Sep 14 12:34:03 2020 rev:138 rq:834230 version:2020.09.14

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-09-07 21:34:45.581364183 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4249/python-youtube-dl.changes   
2020-09-14 12:36:09.969398540 +0200
@@ -1,0 +2,6 @@
+Mon Sep 14 07:46:45 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.09.14
+  * googledrive: Use redirect URLs for source format
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.09.06.tar.gz
  youtube-dl-2020.09.06.tar.gz.sig

New:

  youtube-dl-2020.09.14.tar.gz
  youtube-dl-2020.09.14.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.M0n3Xm/_old  2020-09-14 12:36:16.541402731 +0200
+++ /var/tmp/diff_new_pack.M0n3Xm/_new  2020-09-14 12:36:16.545402733 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.09.06
+Version:2020.09.14
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.M0n3Xm/_old  2020-09-14 12:36:16.569402749 +0200
+++ /var/tmp/diff_new_pack.M0n3Xm/_new  2020-09-14 12:36:16.573402751 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.09.06
+Version:2020.09.14
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.09.06.tar.gz -> youtube-dl-2020.09.14.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-09-06 08:00:37.0 +0200
+++ new/youtube-dl/ChangeLog2020-09-13 22:37:34.0 +0200
@@ -1,3 +1,21 @@
+version 2020.09.14
+
+Core
++ [postprocessor/embedthumbnail] Add support for non jpg/png thumbnails
+  (#25687, #25717)
+
+Extractors
+* [rtlnl] Extend URL regular expression (#26549, #25821)
+* [youtube] Fix empty description extraction (#26575, #26006)
+* [srgssr] Extend URL regular expression (#26555, #26556, #26578)
+* [googledrive] Use redirect URLs for source format (#18877, #23919, #24689,
+  #26565)
+* [svtplay] Fix id extraction (#26576)
+* [redbulltv] Improve support for rebull.com TV localized URLs (#22063)
++ [redbulltv] Add support for new redbull.com TV URLs (#22037, #22063)
+* [soundcloud:pagedplaylist] Reduce pagination limit (#26557)
+
+
 version 2020.09.06
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2020-09-06 08:00:41.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2020-09-13 22:37:36.0 
+0200
@@ -717,6 +717,8 @@
  - **RayWenderlichCourse**
  - **RBMARadio**
  - **RDS**: RDS.ca
+ - **RedBull**
+ - **RedBullEmbed**
  - **RedBullTV**
  - **RedBullTVRrnContent**
  - **Reddit**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/extractors.py 
new/youtube-dl/youtube_dl/extractor/extractors.py
--- old/youtube-dl/youtube_dl/extractor/extractors.py   2020-09-06 
08:00:13.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/extractors.py   2020-09-13 
22:36:59.0 +0200
@@ -918,7 +918,9 @@
 from .rds import RDSIE
 from .redbulltv import (
 RedBullTVIE,
+RedBullEmbedIE,
 RedBullTVRrnContentIE,
+RedBullIE,
 )
 from .reddit import (
 RedditIE,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/googledrive.py 
new/youtube-dl/youtube_dl/extractor/googledrive.py
--- old/youtube-dl/youtube_dl/extractor/googledrive.py  2020-09-06 
08:00:13.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/googledrive.py  2020-09-13 
22:36:59.0 +0200
@@ -220,19 +220,27 @@
 'id': video_id,
 'export': 'download',
 })
-urlh = 

commit youtube-dl for openSUSE:Factory

2020-09-07 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-09-07 21:34:27

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3399 (New)


Package is "youtube-dl"

Mon Sep  7 21:34:27 2020 rev:137 rq:832597 version:2020.09.06

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-06-28 23:08:50.791360863 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3399/python-youtube-dl.changes   
2020-09-07 21:34:45.581364183 +0200
@@ -1,0 +2,21 @@
+Sun Sep  6 08:21:46 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.09.06
+  * nrktv: Improve video id extraction
+  * youtube Fix age gate content detection
+  * svtplay: Fix svt id extraction
+  * twitch: Rework extractors
+
+---
+Tue Jul 28 08:43:35 UTC 2020 - Paolo Stivanin 
+
+- Update to release 2020.07.28
+  * [youtube] Fix sigfunc name extraction
+  * [youtube] Improve description extraction 
+  * [wistia] Restrict embed regular expression
+  * [youtube] Prevent excess HTTP 301 
+  * [youtube:playlists] Extend URL regular expression
+  * [bellmedia] Add support for cp24.com clip URLs 
+  * [brightcove] Improve embed detection
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2020-07-28 
17:28:56.194149683 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3399/youtube-dl.changes  
2020-09-07 21:34:50.209366327 +0200
@@ -1,0 +2,9 @@
+Sun Sep  6 08:21:46 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.09.06
+  * nrktv: Improve video id extraction
+  * youtube Fix age gate content detection
+  * svtplay: Fix svt id extraction
+  * twitch: Rework extractors
+
+---

Old:

  youtube-dl-2020.07.28.tar.gz
  youtube-dl-2020.07.28.tar.gz.sig

New:

  youtube-dl-2020.09.06.tar.gz
  youtube-dl-2020.09.06.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.3HbqbE/_old  2020-09-07 21:34:52.701367482 +0200
+++ /var/tmp/diff_new_pack.3HbqbE/_new  2020-09-07 21:34:52.701367482 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.07.28
+Version:2020.09.06
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
@@ -43,12 +43,12 @@
 YouTube.com and other video sites for later watching.
 
 %prep
-%setup -q -n %modname
+%autosetup -n %modname
+
+%build
 # remove shebang
 sed -e '1d' -i youtube_dl/__init__.py youtube_dl/__main__.py \
youtube_dl/YoutubeDL.py youtube_dl/utils.py
-
-%build
 %python_build
 
 %install

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.3HbqbE/_old  2020-09-07 21:34:52.725367493 +0200
+++ /var/tmp/diff_new_pack.3HbqbE/_new  2020-09-07 21:34:52.725367493 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.07.28
+Version:2020.09.06
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
@@ -71,11 +71,11 @@
 ZSH command line completion support for %name.
 
 %prep
-%setup -q -n %name
-rm -f youtube-dl
+%autosetup -p1 -n %name
 
 %build
-PYTHON=%{_bindir}/python3 make %{?_smp_mflags}
+rm -f youtube-dl
+PYTHON="%_bindir/python3" make %{?_smp_mflags}
 
 %install
 install -D -m 755 youtube-dl %buildroot/%_bindir/%name

++ youtube-dl-2020.07.28.tar.gz -> youtube-dl-2020.09.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-07-28 00:12:58.0 +0200
+++ new/youtube-dl/ChangeLog2020-09-06 08:00:37.0 +0200
@@ -1,3 +1,24 @@
+version 2020.09.06
+
+Core
++ [utils] Recognize wav mimetype (#26463)
+
+Extractors
+* [nrktv:episode] Improve video id extraction (#25594, #26369, #26409)
+* [youtube] Fix age gate content detection (#26100, #26152, #26311, #26384)
+* [youtube:user] Extend URL regular expression (#26443)
+* [xhamster] Improve initials regular expression (#26526, #26353)
+* [svtplay] Fix video id extraction (#26425, #26428, #26438)
+* [twitch] Rework extractors (#12297, #20414, #20604, #21811, #21812, #22979,
+  #24263, #25010, #25553, #25606)
+* Switch to GraphQL
++ Add support for collections
++ Add support for clips and collections playlists
+* 

commit youtube-dl for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-07-28 17:27:21

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3592 (New)


Package is "youtube-dl"

Tue Jul 28 17:27:21 2020 rev:136 rq:823123 version:2020.07.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2020-06-28 
23:08:51.763364091 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3592/youtube-dl.changes  
2020-07-28 17:28:56.194149683 +0200
@@ -1,0 +2,12 @@
+Tue Jul 28 08:43:35 UTC 2020 - Paolo Stivanin 
+
+- Update to release 2020.07.28
+  * [youtube] Fix sigfunc name extraction
+  * [youtube] Improve description extraction 
+  * [wistia] Restrict embed regular expression
+  * [youtube] Prevent excess HTTP 301 
+  * [youtube:playlists] Extend URL regular expression
+  * [bellmedia] Add support for cp24.com clip URLs 
+  * [brightcove] Improve embed detection
+
+---

Old:

  youtube-dl-2020.06.16.1.tar.gz
  youtube-dl-2020.06.16.1.tar.gz.sig

New:

  youtube-dl-2020.07.28.tar.gz
  youtube-dl-2020.07.28.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.P1lJoP/_old  2020-07-28 17:28:58.098151843 +0200
+++ /var/tmp/diff_new_pack.P1lJoP/_new  2020-07-28 17:28:58.102151848 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.06.16.1
+Version:2020.07.28
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.P1lJoP/_old  2020-07-28 17:28:58.122151870 +0200
+++ /var/tmp/diff_new_pack.P1lJoP/_new  2020-07-28 17:28:58.126151875 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.06.16.1
+Version:2020.07.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.06.16.1.tar.gz -> youtube-dl-2020.07.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-06-16 01:21:58.0 +0200
+++ new/youtube-dl/ChangeLog2020-07-28 00:12:58.0 +0200
@@ -1,3 +1,15 @@
+version 2020.07.28
+
+Extractors
+* [youtube] Fix sigfunc name extraction (#26134, #26135, #26136, #26137)
+* [youtube] Improve description extraction (#25937, #25980)
+* [wistia] Restrict embed regular expression (#25969)
+* [youtube] Prevent excess HTTP 301 (#25786)
++ [youtube:playlists] Extend URL regular expression (#25810)
++ [bellmedia] Add support for cp24.com clip URLs (#25764)
+* [brightcove] Improve embed detection (#25674)
+
+
 version 2020.06.16.1
 
 Extractors
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/bellmedia.py 
new/youtube-dl/youtube_dl/extractor/bellmedia.py
--- old/youtube-dl/youtube_dl/extractor/bellmedia.py2020-06-16 
01:21:45.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/bellmedia.py2020-07-28 
00:11:27.0 +0200
@@ -25,8 +25,8 @@
 etalk|
 marilyn
 )\.ca|
-much\.com
-)/.*?(?:\bvid(?:eoid)?=|-vid|~|%7E|/(?:episode)?)(?P[0-9]{6,})'''
+(?:much|cp24)\.com
+
)/.*?(?:\b(?:vid(?:eoid)?|clipId)=|-vid|~|%7E|/(?:episode)?)(?P[0-9]{6,})'''
 _TESTS = [{
 'url': 
'https://www.bnnbloomberg.ca/video/david-cockfield-s-top-picks~1403070',
 'md5': '36d3ef559cfe8af8efe15922cd3ce950',
@@ -62,6 +62,9 @@
 }, {
 'url': 'http://www.etalk.ca/video?videoid=663455',
 'only_matching': True,
+}, {
+'url': 'https://www.cp24.com/video?clipId=1982548',
+'only_matching': True,
 }]
 _DOMAINS = {
 'thecomedynetwork': 'comedy',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/brightcove.py 
new/youtube-dl/youtube_dl/extractor/brightcove.py
--- old/youtube-dl/youtube_dl/extractor/brightcove.py   2020-06-16 
01:21:45.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/brightcove.py   2020-07-28 
00:11:27.0 +0200
@@ -426,7 +426,7 @@
 # [2] looks like:
 for video, script_tag, account_id, 

commit youtube-dl for openSUSE:Factory

2020-06-28 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-06-28 23:07:55

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3060 (New)


Package is "youtube-dl"

Sun Jun 28 23:07:55 2020 rev:135 rq:817540 version:2020.06.16.1

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-06-07 21:38:54.133561154 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3060/python-youtube-dl.changes   
2020-06-28 23:08:50.791360863 +0200
@@ -1,0 +2,17 @@
+Sun Jun 28 14:38:22 UTC 2020 - Hans-Peter Jansen 
+
+- Update to release 2020.06.16.1
+  * [youtube] Force old layout (#25682, #25683, #25680, #25686)
+  * [youtube] Fix categories and improve tags extraction
+
+- Update to version 2020.06.16
+  * [youtube] Fix uploader id and uploader URL extraction
+  * [youtube] Improve view count extraction
+  * [youtube] Fix upload date extraction (#25677)
+  * [youtube] Fix thumbnails extraction (#25676)
+  * [youtube] Fix playlist and feed extraction (#25675)
+  * [facebook] Add support for single-video ID links
+  * [youtube] Extract chapters from JSON (#24819)
+  * [kaltura] Add support for multiple embeds on a webpage (#25523)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.06.06.tar.gz
  youtube-dl-2020.06.06.tar.gz.sig

New:

  youtube-dl-2020.06.16.1.tar.gz
  youtube-dl-2020.06.16.1.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.OI2mHI/_old  2020-06-28 23:08:52.423366283 +0200
+++ /var/tmp/diff_new_pack.OI2mHI/_new  2020-06-28 23:08:52.427366296 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.06.06
+Version:2020.06.16.1
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.OI2mHI/_old  2020-06-28 23:08:52.455366389 +0200
+++ /var/tmp/diff_new_pack.OI2mHI/_new  2020-06-28 23:08:52.459366402 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.06.06
+Version:2020.06.16.1
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.06.06.tar.gz -> youtube-dl-2020.06.16.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-06-05 20:51:34.0 +0200
+++ new/youtube-dl/ChangeLog2020-06-16 01:21:58.0 +0200
@@ -1,3 +1,23 @@
+version 2020.06.16.1
+
+Extractors
+* [youtube] Force old layout (#25682, #25683, #25680, #25686)
+* [youtube] Fix categories and improve tags extraction
+
+
+version 2020.06.16
+
+Extractors
+* [youtube] Fix uploader id and uploader URL extraction
+* [youtube] Improve view count extraction
+* [youtube] Fix upload date extraction (#25677)
+* [youtube] Fix thumbnails extraction (#25676)
+* [youtube] Fix playlist and feed extraction (#25675)
++ [facebook] Add support for single-video ID links
++ [youtube] Extract chapters from JSON (#24819)
++ [kaltura] Add support for multiple embeds on a webpage (#25523)
+
+
 version 2020.06.06
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/test/test_youtube_chapters.py 
new/youtube-dl/test/test_youtube_chapters.py
--- old/youtube-dl/test/test_youtube_chapters.py2020-06-01 
23:04:21.0 +0200
+++ new/youtube-dl/test/test_youtube_chapters.py2020-06-16 
01:21:45.0 +0200
@@ -267,7 +267,7 @@
 for description, duration, expected_chapters in self._TEST_CASES:
 ie = YoutubeIE()
 expect_value(
-self, ie._extract_chapters(description, duration),
+self, ie._extract_chapters_from_description(description, 
duration),
 expected_chapters, None)
 
 
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/facebook.py 
new/youtube-dl/youtube_dl/extractor/facebook.py
--- old/youtube-dl/youtube_dl/extractor/facebook.py 2020-06-01 
23:04:23.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/facebook.py 2020-06-16 
01:21:45.0 +0200
@@ -466,15 

commit youtube-dl for openSUSE:Factory

2020-06-07 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-06-07 21:38:42

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3606 (New)


Package is "youtube-dl"

Sun Jun  7 21:38:42 2020 rev:134 rq:812121 version:2020.06.06

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-06-02 14:37:11.159245653 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3606/python-youtube-dl.changes   
2020-06-07 21:38:54.133561154 +0200
@@ -1,0 +2,8 @@
+Sat Jun  6 23:01:22 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.06.06
+  * jwplatform: Improve embeds extraction
+  * brightcove: Fix subtitles extraction
+  * twitch: Pass v5 accept header and fix thumbnails extraction
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.05.29.tar.gz
  youtube-dl-2020.05.29.tar.gz.sig

New:

  youtube-dl-2020.06.06.tar.gz
  youtube-dl-2020.06.06.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.5ZMKh2/_old  2020-06-07 21:38:55.989567038 +0200
+++ /var/tmp/diff_new_pack.5ZMKh2/_new  2020-06-07 21:38:55.993567050 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.05.29
+Version:2020.06.06
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.5ZMKh2/_old  2020-06-07 21:38:56.017567126 +0200
+++ /var/tmp/diff_new_pack.5ZMKh2/_new  2020-06-07 21:38:56.017567126 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.05.29
+Version:2020.06.06
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.05.29.tar.gz -> youtube-dl-2020.06.06.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-05-28 22:33:09.0 +0200
+++ new/youtube-dl/ChangeLog2020-06-05 20:51:34.0 +0200
@@ -1,3 +1,19 @@
+version 2020.06.06
+
+Extractors
+* [tele5] Bypass geo restriction
++ [jwplatform] Add support for bypass geo restriction
+* [tele5] Prefer jwplatform over nexx (#25533)
+* [twitch:stream] Expect 400 and 410 HTTP errors from API
+* [twitch:stream] Fix extraction (#25528)
+* [twitch] Fix thumbnails extraction (#25531)
++ [twitch] Pass v5 Accept HTTP header (#25531)
+* [brightcove] Fix subtitles extraction (#25540)
++ [malltv] Add support for sk.mall.tv (#25445)
+* [periscope] Fix untitled broadcasts (#25482)
+* [jwplatform] Improve embeds extraction (#25467)
+
+
 version 2020.05.29
 
 Core
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/brightcove.py 
new/youtube-dl/youtube_dl/extractor/brightcove.py
--- old/youtube-dl/youtube_dl/extractor/brightcove.py   2020-05-27 
14:19:55.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/brightcove.py   2020-06-01 
23:04:34.0 +0200
@@ -5,32 +5,34 @@
 import re
 import struct
 
-from .common import InfoExtractor
 from .adobepass import AdobePassIE
+from .common import InfoExtractor
 from ..compat import (
 compat_etree_fromstring,
+compat_HTTPError,
 compat_parse_qs,
 compat_urllib_parse_urlparse,
 compat_urlparse,
 compat_xml_parse_error,
-compat_HTTPError,
 )
 from ..utils import (
-ExtractorError,
+clean_html,
 extract_attributes,
+ExtractorError,
 find_xpath_attr,
 fix_xml_ampersands,
 float_or_none,
-js_to_json,
 int_or_none,
+js_to_json,
+mimetype2ext,
 parse_iso8601,
 smuggle_url,
+str_or_none,
 unescapeHTML,
 unsmuggle_url,
-update_url_query,
-clean_html,
-mimetype2ext,
 UnsupportedError,
+update_url_query,
+url_or_none,
 )
 
 
@@ -553,10 +555,16 @@
 
 subtitles = {}
 for text_track in json_data.get('text_tracks', []):
-if text_track.get('src'):
-subtitles.setdefault(text_track.get('srclang'), []).append({
-'url': text_track['src'],
-})
+if text_track.get('kind') != 'captions':
+continue
+text_track_url = 

commit youtube-dl for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-06-02 14:36:48

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3606 (New)


Package is "youtube-dl"

Tue Jun  2 14:36:48 2020 rev:133 rq:810250 version:2020.05.29

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-05-08 23:08:56.178301608 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3606/python-youtube-dl.changes   
2020-06-02 14:37:11.159245653 +0200
@@ -1,0 +2,6 @@
+Fri May 29 15:05:45 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.05.29
+  * youtube: Add support for more invidious instances
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.05.08.tar.gz
  youtube-dl-2020.05.08.tar.gz.sig

New:

  youtube-dl-2020.05.29.tar.gz
  youtube-dl-2020.05.29.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.L2n4mY/_old  2020-06-02 14:37:18.839269957 +0200
+++ /var/tmp/diff_new_pack.L2n4mY/_new  2020-06-02 14:37:18.843269971 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.05.08
+Version:2020.05.29
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.L2n4mY/_old  2020-06-02 14:37:18.871270058 +0200
+++ /var/tmp/diff_new_pack.L2n4mY/_new  2020-06-02 14:37:18.875270072 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.05.08
+Version:2020.05.29
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.05.08.tar.gz -> youtube-dl-2020.05.29.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-05-08 13:10:33.0 +0200
+++ new/youtube-dl/ChangeLog2020-05-28 22:33:09.0 +0200
@@ -1,3 +1,25 @@
+version 2020.05.29
+
+Core
+* [postprocessor/ffmpeg] Embed series metadata with --add-metadata
+* [utils] Fix file permissions in write_json_file (#12471, #25122)
+
+Extractors
+* [ard:beta] Extend URL regular expression (#25405)
++ [youtube] Add support for more invidious instances (#25417)
+* [giantbomb] Extend URL regular expression (#25222)
+* [ard] Improve URL regular expression (#25134, #25198)
+* [redtube] Improve formats extraction and extract m3u8 formats (#25311,
+  #25321)
+* [indavideo] Switch to HTTPS for API request (#25191)
+* [redtube] Improve title extraction (#25208)
+* [vimeo] Improve format extraction and sorting (#25285)
+* [soundcloud] Reduce API playlist page limit (#25274)
++ [youtube] Add support for yewtu.be (#25226)
+* [mailru] Fix extraction (#24530, #25239)
+* [bellator] Fix mgid extraction (#25195)
+
+
 version 2020.05.08
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2020-05-08 13:10:36.0 +0200
+++ new/youtube-dl/README.md2020-05-28 22:33:12.0 +0200
@@ -1032,7 +1032,7 @@
 5. Add an import in 
[`youtube_dl/extractor/extractors.py`](https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/extractors.py).
 6. Run `python test/test_download.py TestDownload.test_YourExtractor`. This 
*should fail* at first, but you can continually re-run it until you're done. If 
you decide to add more than one test, then rename ``_TEST`` to ``_TESTS`` and 
make it into a list of dictionaries. The tests will then be named 
`TestDownload.test_YourExtractor`, `TestDownload.test_YourExtractor_1`, 
`TestDownload.test_YourExtractor_2`, etc. Note that tests with `only_matching` 
key in test's dict are not counted in.
 7. Have a look at 
[`youtube_dl/extractor/common.py`](https://github.com/ytdl-org/youtube-dl/blob/master/youtube_dl/extractor/common.py)
 for possible helper methods and a [detailed description of what your extractor 
should and may 
return](https://github.com/ytdl-org/youtube-dl/blob/7f41a598b3fba1bcab2817de64a08941200aa3c8/youtube_dl/extractor/common.py#L94-L303).
 Add tests and code for as many as you want.
-8. Make sure your code follows [youtube-dl coding 
conventions](#youtube-dl-coding-conventions) and check the code with 

commit youtube-dl for openSUSE:Factory

2020-05-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-05-08 23:08:54

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2738 (New)


Package is "youtube-dl"

Fri May  8 23:08:54 2020 rev:132 rq:801789 version:2020.05.08

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-05-02 22:19:06.248758118 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2738/python-youtube-dl.changes   
2020-05-08 23:08:56.178301608 +0200
@@ -1,0 +2,9 @@
+Fri May  8 11:23:24 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.05.08
+  * downloader/http: Finish downloading once received data length
+matches expected
+  * orf: Add support for more radio stations
+  * utils: Improve cookie files support
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.05.03.tar.gz
  youtube-dl-2020.05.03.tar.gz.sig

New:

  youtube-dl-2020.05.08.tar.gz
  youtube-dl-2020.05.08.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pq7BPe/_old  2020-05-08 23:08:57.666304648 +0200
+++ /var/tmp/diff_new_pack.pq7BPe/_new  2020-05-08 23:08:57.666304648 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.05.03
+Version:2020.05.08
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pq7BPe/_old  2020-05-08 23:08:57.698304713 +0200
+++ /var/tmp/diff_new_pack.pq7BPe/_new  2020-05-08 23:08:57.702304722 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.05.03
+Version:2020.05.08
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.05.03.tar.gz -> youtube-dl-2020.05.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-05-02 19:05:02.0 +0200
+++ new/youtube-dl/ChangeLog2020-05-08 13:10:33.0 +0200
@@ -1,3 +1,26 @@
+version 2020.05.08
+
+Core
+* [downloader/http] Request last data block of exact remaining size
+* [downloader/http] Finish downloading once received data length matches
+  expected
+* [extractor/common] Use compat_cookiejar_Cookie for _set_cookie to always
+  ensure cookie name and value are bytestrings on python 2 (#23256, #24776)
++ [compat] Introduce compat_cookiejar_Cookie
+* [utils] Improve cookie files support
++ Add support for UTF-8 in cookie files
+* Skip malformed cookie file entries instead of crashing (invalid entry
+  length, invalid expires at)
+
+Extractors
+* [youtube] Improve signature cipher extraction (#25187, #25188)
+* [iprima] Improve extraction (#25138)
+* [uol] Fix extraction (#22007)
++ [orf] Add support for more radio stations (#24938, #24968)
+* [dailymotion] Fix typo
+- [puhutv] Remove no longer available HTTP formats (#25124)
+
+
 version 2020.05.03
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2020-05-02 19:05:05.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2020-05-08 13:10:37.0 
+0200
@@ -620,11 +620,21 @@
  - **Ooyala**
  - **OoyalaExternal**
  - **OraTV**
+ - **orf:burgenland**: Radio Burgenland
  - **orf:fm4**: radio FM4
  - **orf:fm4:story**: fm4.orf.at stories
  - **orf:iptv**: iptv.ORF.at
+ - **orf:kaernten**: Radio Kärnten
+ - **orf:noe**: Radio Niederösterreich
+ - **orf:oberoesterreich**: Radio Oberösterreich
  - **orf:oe1**: Radio Österreich 1
+ - **orf:oe3**: Radio Österreich 3
+ - **orf:salzburg**: Radio Salzburg
+ - **orf:steiermark**: Radio Steiermark
+ - **orf:tirol**: Radio Tirol
  - **orf:tvthek**: ORF TVthek
+ - **orf:vorarlberg**: Radio Vorarlberg
+ - **orf:wien**: Radio Wien
  - **OsnatelTV**
  - **OutsideTV**
  - **PacktPub**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/test/test_YoutubeDLCookieJar.py 
new/youtube-dl/test/test_YoutubeDLCookieJar.py
--- old/youtube-dl/test/test_YoutubeDLCookieJar.py  2020-05-02 
18:57:38.0 +0200
+++ new/youtube-dl/test/test_YoutubeDLCookieJar.py  

commit youtube-dl for openSUSE:Factory

2020-05-02 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-05-02 22:19:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2738 (New)


Package is "youtube-dl"

Sat May  2 22:19:02 2020 rev:131 rq:799719 version:2020.05.03

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-03-24 22:37:50.441249738 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2738/python-youtube-dl.changes   
2020-05-02 22:19:06.248758118 +0200
@@ -1,0 +2,10 @@
+Sat May  2 18:41:04 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.05.03
+  * extractor/common] Skip malformed ISM manifest XMLs while
+extracting ISM formats
+  * soundcloud: Extract AAC format
+  * prosiebensat1: Extract series metadata
+  * youtube: Use redirected video id if any
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.03.24.tar.gz
  youtube-dl-2020.03.24.tar.gz.sig

New:

  youtube-dl-2020.05.03.tar.gz
  youtube-dl-2020.05.03.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.wYLGFf/_old  2020-05-02 22:19:10.116766221 +0200
+++ /var/tmp/diff_new_pack.wYLGFf/_new  2020-05-02 22:19:10.120766230 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.03.24
+Version:2020.05.03
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.wYLGFf/_old  2020-05-02 22:19:10.160766314 +0200
+++ /var/tmp/diff_new_pack.wYLGFf/_new  2020-05-02 22:19:10.164766322 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.03.24
+Version:2020.05.03
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.03.24.tar.gz -> youtube-dl-2020.05.03.tar.gz ++
 1737 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2020-03-04 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-03-04 09:44:54

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.26092 (New)


Package is "youtube-dl"

Wed Mar  4 09:44:54 2020 rev:127 rq:781201 version:2020.03.01

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-02-18 13:29:29.312712217 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.26092/python-youtube-dl.changes  
2020-03-04 09:45:31.542111922 +0100
@@ -1,0 +2,24 @@
+Mon Mar  2 09:04:45 UTC 2020 - Martin Rey 
+
+- Update to release 2020.03.01
+  * Core
+* [YoutubeDL] Force redirect URL to unicode on python 2
+* [options] Remove duplicate short option -v for --version
+  (#24162)
+  * Extractors
+* [xhamster] Fix extraction (#24205)
+* [franceculture] Fix extraction (#24204)
+* [telecinco] Add support for article opening videos
+* [telecinco] Fix extraction (#24195)
+* [xtube] Fix metadata extraction (#21073, #22455)
+* [youjizz] Fix extraction (#24181)
+* Remove no longer needed compat_str around geturl
+* [pornhd] Fix extraction (#24128)
+* [teachable] Add support for multiple videos per lecture
+  (#24101)
+* [wistia] Add support for multiple generic embeds
+  (#8347, 11385)
+* [imdb] Fix extraction (#23443)
+* [tv2dk:bornholm:play] Fix extraction (#24076)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.02.16.tar.gz
  youtube-dl-2020.02.16.tar.gz.sig

New:

  youtube-dl-2020.03.01.tar.gz
  youtube-dl-2020.03.01.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.00LCgs/_old  2020-03-04 09:45:48.466122066 +0100
+++ /var/tmp/diff_new_pack.00LCgs/_new  2020-03-04 09:45:48.486122078 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.02.16
+Version:2020.03.01
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.00LCgs/_old  2020-03-04 09:45:48.518122098 +0100
+++ /var/tmp/diff_new_pack.00LCgs/_new  2020-03-04 09:45:48.522122100 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.02.16
+Version:2020.03.01
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.02.16.tar.gz -> youtube-dl-2020.03.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2020-02-16 16:43:38.0 +0100
+++ new/youtube-dl/ChangeLog2020-03-01 14:11:29.0 +0100
@@ -1,3 +1,24 @@
+version 2020.03.01
+
+Core
+* [YoutubeDL] Force redirect URL to unicode on python 2
+- [options] Remove duplicate short option -v for --version (#24162)
+
+Extractors
+* [xhamster] Fix extraction (#24205)
+* [franceculture] Fix extraction (#24204)
++ [telecinco] Add support for article opening videos
+* [telecinco] Fix extraction (#24195)
+* [xtube] Fix metadata extraction (#21073, #22455)
+* [youjizz] Fix extraction (#24181)
+- Remove no longer needed compat_str around geturl
+* [pornhd] Fix extraction (#24128)
++ [teachable] Add support for multiple videos per lecture (#24101)
++ [wistia] Add support for multiple generic embeds (#8347, 11385)
+* [imdb] Fix extraction (#23443)
+* [tv2dk:bornholm:play] Fix extraction (#24076)
+
+
 version 2020.02.16
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/test/test_subtitles.py 
new/youtube-dl/test/test_subtitles.py
--- old/youtube-dl/test/test_subtitles.py   2020-02-16 16:41:17.0 
+0100
+++ new/youtube-dl/test/test_subtitles.py   2020-03-01 14:10:40.0 
+0100
@@ -26,7 +26,6 @@
 ThePlatformIE,
 ThePlatformFeedIE,
 RTVEALaCartaIE,
-FunnyOrDieIE,
 DemocracynowIE,
 )
 
@@ -322,18 +321,6 @@
 self.assertEqual(md5(subtitles['es']), 
'69e70cae2d40574fb7316f31d6eb7fca')
 
 
-class TestFunnyOrDieSubtitles(BaseTestSubtitles):
-url = 
'http://www.funnyordie.com/videos/224829ff6d/judd-apatow-will-direct-your-vine'
-IE = FunnyOrDieIE
-
-def test_allsubtitles(self):
-self.DL.params['writesubtitles'] = True
-self.DL.params['allsubtitles'] = True
-  

commit youtube-dl for openSUSE:Factory

2020-02-18 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-02-18 13:29:27

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.26092 (New)


Package is "youtube-dl"

Tue Feb 18 13:29:27 2020 rev:126 rq:775031 version:2020.02.16

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-01-24 13:13:39.857493337 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.26092/python-youtube-dl.changes  
2020-02-18 13:29:29.312712217 +0100
@@ -1,0 +2,8 @@
+Sun Feb 16 16:59:15 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.02.16
+  * sportdeutschland] Update to new sportdeutschland API
+  * toggle: Add support for mewatch.sg
+  * npr: Add support for streams
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.01.24.tar.gz
  youtube-dl-2020.01.24.tar.gz.sig

New:

  youtube-dl-2020.02.16.tar.gz
  youtube-dl-2020.02.16.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.ijw6gw/_old  2020-02-18 13:29:30.536714597 +0100
+++ /var/tmp/diff_new_pack.ijw6gw/_new  2020-02-18 13:29:30.544714613 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.01.24
+Version:2020.02.16
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.ijw6gw/_old  2020-02-18 13:29:30.612714744 +0100
+++ /var/tmp/diff_new_pack.ijw6gw/_new  2020-02-18 13:29:30.628714775 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.01.24
+Version:2020.02.16
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.01.24.tar.gz -> youtube-dl-2020.02.16.tar.gz ++
 1740 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2020-01-15 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-01-15 16:17:58

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.30080 (New)


Package is "youtube-dl"

Wed Jan 15 16:17:58 2020 rev:124 rq:764638 version:2020.01.15

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2020-01-08 17:56:10.629692170 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.30080/python-youtube-dl.changes  
2020-01-15 16:54:14.985456076 +0100
@@ -1,0 +2,8 @@
+Tue Jan 14 19:22:12 UTC 2020 - Jan Engelhardt 
+
+- Update to release 2020.01.25
+  *  scrippsnetworks: add support for www.discovery.com videos
+  * twitter: add support for promo_video_website cards
+  * vodplatform: add support for embed.kwikmotion.com domain
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2020.01.01.tar.gz
  youtube-dl-2020.01.01.tar.gz.sig

New:

  youtube-dl-2020.01.15.tar.gz
  youtube-dl-2020.01.15.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.AahE6s/_old  2020-01-15 16:54:15.697456411 +0100
+++ /var/tmp/diff_new_pack.AahE6s/_new  2020-01-15 16:54:15.701456412 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2020.01.01
+Version:2020.01.15
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.AahE6s/_old  2020-01-15 16:54:15.717456420 +0100
+++ /var/tmp/diff_new_pack.AahE6s/_new  2020-01-15 16:54:15.717456420 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2020.01.01
+Version:2020.01.15
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2020.01.01.tar.gz -> youtube-dl-2020.01.15.tar.gz ++
 2006 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2020-01-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2020-01-08 17:55:49

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.6675 (New)


Package is "youtube-dl"

Wed Jan  8 17:55:49 2020 rev:123 rq:761709 version:2020.01.01

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-12-25 10:55:13.957637412 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.6675/python-youtube-dl.changes   
2020-01-08 17:56:10.629692170 +0100
@@ -1,0 +2,11 @@
+Tue Dec 31 23:48:47 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2020.01.01
+  * soundcloud: fix client id extraction for non fatal requests
+  * prosiebensat1: improve geo restriction handling
+  * brightcove: cache brightcove player policy keys
+  * scrippsnetworks: Add new extractor
+  * mitele: fix extraction
+  * soundcloud: Update client id
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.12.25.tar.gz
  youtube-dl-2019.12.25.tar.gz.sig

New:

  youtube-dl-2020.01.01.tar.gz
  youtube-dl-2020.01.01.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.JPLToA/_old  2020-01-08 17:56:12.813693319 +0100
+++ /var/tmp/diff_new_pack.JPLToA/_new  2020-01-08 17:56:12.817693321 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-youtube-dl
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,13 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.12.25
+Version:2020.01.01
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Development/Languages/Python
-URL:http://rg3.github.io/youtube-dl/
+URL:https://yt-dl.org/
+#Git-Clone: https://github.com/ytdl-org/youtube-dl
 Source: 
http://youtube-dl.org/downloads/%version/%modname-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%modname-%version.tar.gz.sig
 Source3:%modname.keyring

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.JPLToA/_old  2020-01-08 17:56:12.837693332 +0100
+++ /var/tmp/diff_new_pack.JPLToA/_new  2020-01-08 17:56:12.84169 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.12.25
+Version:2020.01.01
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.12.25.tar.gz -> youtube-dl-2020.01.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-12-24 19:16:45.0 +0100
+++ new/youtube-dl/ChangeLog2019-12-31 23:24:55.0 +0100
@@ -1,3 +1,24 @@
+version 2020.01.01
+
+Extractors
+* [brightcove] Invalidate policy key cache on failing requests
+* [pornhub] Improve locked videos detection (#22449, #22780)
++ [pornhub] Add support for m3u8 formats
+* [pornhub] Fix extraction (#22749, #23082)
+* [brightcove] Update policy key on failing requests
+* [spankbang] Improve removed video detection (#23423)
+* [spankbang] Fix extraction (#23307, #23423, #23444)
+* [soundcloud] Automatically update client id on failing requests
+* [prosiebensat1] Improve geo restriction handling (#23571)
+* [brightcove] Cache brightcove player policy keys
+* [teachable] Fail with error message if no video URL found
+* [teachable] Improve locked lessons detection (#23528)
++ [scrippsnetworks] Add support for Scripps Networks sites (#19857, #22981)
+* [mitele] Fix extraction (#21354, #23456)
+* [soundcloud] Update client id (#23516)
+* [mailru] Relax URL regular expressions (#23509)
+
+
 version 2019.12.25
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/create-github-release.py 
new/youtube-dl/devscripts/create-github-release.py
--- old/youtube-dl/devscripts/create-github-release.py  2019-12-24 

commit youtube-dl for openSUSE:Factory

2019-12-25 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-12-25 10:54:54

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.6675 (New)


Package is "youtube-dl"

Wed Dec 25 10:54:54 2019 rev:122 rq:759139 version:2019.12.25

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-11-30 10:40:13.780151662 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.6675/python-youtube-dl.changes   
2019-12-25 10:55:13.957637412 +0100
@@ -2 +2,39 @@
-Thu Nov 28 17:19:22 UTC 2019 - Sebastien CHAVAUX 
+Tue Dec 24 18:39:11 UTC 2019 - Ismail Dönmez 
+
+- Update to release 2019.12.25
+  * [mediaset] Fix parse formats (#23508)
+  * [tv2dk:bornholm:play] Add support for play.tv2bornholm.dk (#23291)
+  * [slideslive] Add support for url and vimeo service names (#23414)
+  * [slideslive] Fix extraction (#23413)
+  * [twitch:clips] Fix extraction (#23375)
+  * [soundcloud] Add support for token protected embeds (#18954)
+  * [vk] Improve extraction
+  * [kontrtube] Remove extractor
+  * [videopremium] Remove extractor
+  * [musicplayon] Remove extractor (#9225)
+  * [ufctv] Add support for ufcfightpass.imgdge.com and
+ufcfightpass.imggaming.com (#23343)
+  * [twitch] Extract m3u8 formats frame rate (#2)
+  * [imggaming] Add support for playlists and extract subtitles
+  * [ufcarabia] Add support for UFC Arabia (#23312)
+  * [ufctv] Fix extraction
+  * [yahoo] Fix gyao brightcove player id (#23303)
+  * [vzaar] Override AES decryption key URL (#17521)
+  * [vzaar] Add support for AES HLS manifests (#17521, #23299)
+  * [nrl] Fix extraction
+  * [teachingchannel] Fix extraction
+  * [nintendo] Fix extraction and partially add support for Nintendo Direct
+videos (#4592)
+  * [ooyala] Add better fallback values for domain and streams variables
+  * [youtube] Add support youtubekids.com (#23272)
+  * [tv2] Detect DRM protection
+  * [tv2] Add support for katsomo.fi and mtv.fi (#10543)
+  * [tv2] Fix tv2.no article extraction
+  * [msn] Improve extraction
+  * [abcotvs] Relax URL regular expression and improve metadata extraction
+(#18014)
+  * [channel9] Reduce response size
+  * [adobetv] Improve extaction
+
+---
+Thu Nov 28 17:15:56 UTC 2019 - Sebastien CHAVAUX 
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-11-30 
10:40:13.972151639 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.6675/youtube-dl.changes  
2019-12-25 10:55:15.473637886 +0100
@@ -1,0 +2,38 @@
+Tue Dec 24 18:39:11 UTC 2019 - Ismail Dönmez 
+
+- Update to release 2019.12.25
+  * [mediaset] Fix parse formats (#23508)
+  * [tv2dk:bornholm:play] Add support for play.tv2bornholm.dk (#23291)
+  * [slideslive] Add support for url and vimeo service names (#23414)
+  * [slideslive] Fix extraction (#23413)
+  * [twitch:clips] Fix extraction (#23375)
+  * [soundcloud] Add support for token protected embeds (#18954)
+  * [vk] Improve extraction
+  * [kontrtube] Remove extractor
+  * [videopremium] Remove extractor
+  * [musicplayon] Remove extractor (#9225)
+  * [ufctv] Add support for ufcfightpass.imgdge.com and
+ufcfightpass.imggaming.com (#23343)
+  * [twitch] Extract m3u8 formats frame rate (#2)
+  * [imggaming] Add support for playlists and extract subtitles
+  * [ufcarabia] Add support for UFC Arabia (#23312)
+  * [ufctv] Fix extraction
+  * [yahoo] Fix gyao brightcove player id (#23303)
+  * [vzaar] Override AES decryption key URL (#17521)
+  * [vzaar] Add support for AES HLS manifests (#17521, #23299)
+  * [nrl] Fix extraction
+  * [teachingchannel] Fix extraction
+  * [nintendo] Fix extraction and partially add support for Nintendo Direct
+videos (#4592)
+  * [ooyala] Add better fallback values for domain and streams variables
+  * [youtube] Add support youtubekids.com (#23272)
+  * [tv2] Detect DRM protection
+  * [tv2] Add support for katsomo.fi and mtv.fi (#10543)
+  * [tv2] Fix tv2.no article extraction
+  * [msn] Improve extraction
+  * [abcotvs] Relax URL regular expression and improve metadata extraction
+(#18014)
+  * [channel9] Reduce response size
+  * [adobetv] Improve extaction
+
+---

Old:

  youtube-dl-2019.11.28.tar.gz
  youtube-dl-2019.11.28.tar.gz.sig

New:

  youtube-dl-2019.12.25.tar.gz
  youtube-dl-2019.12.25.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.aLnImo/_old  2019-12-25 10:55:17.193638426 +0100
+++ /var/tmp/diff_new_pack.aLnImo/_new  2019-12-25 10:55:17.197638427 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package 

commit youtube-dl for openSUSE:Factory

2019-11-30 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-11-30 10:38:11

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.26869 (New)


Package is "youtube-dl"

Sat Nov 30 10:38:11 2019 rev:121 rq:751683 version:2019.11.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-11-22 10:28:11.373224625 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.26869/python-youtube-dl.changes  
2019-11-30 10:40:13.780151662 +0100
@@ -1,0 +2,31 @@
+Thu Nov 28 17:19:22 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to release 2019.11.28
+  * [utils] Add generic caesar cipher and rot47
+  * [utils] Handle rd-suffixed day parts in unified_strdate (#23199)
+  * [vimeo] Improve extraction
+  * Fix review extraction
+  * Fix ondemand extraction
+  * Make password protected player case as an expected error (#22896)
+  * Simplify channel based extractors code
+  * [openload] Remove extractor (#11999)
+  * [verystream] Remove extractor
+  * [streamango] Remove extractor (#15406)
+  * [dailymotion] Improve extraction
+  * Extract http formats included in m3u8 manifest
+  * Fix user extraction (#3553, #21415)
+  * Add suport for User Authentication (#11491)
+  * Fix password protected videos extraction (#23176)
+  * Respect age limit option and family filter cookie value (#18437)
+  * Handle video url playlist query param
+  * Report allowed countries for geo-restricted videos
+  * [corus] Improve extraction
+  * Add support for Series Plus, W Network, YTV, ABC Spark, disneychannel.com
+  and disneylachaine.ca (#20861)
+  * Add support for self hosted videos (#22075)
+  * Detect DRM protection (#14910, #9164)
+  * [vivo] Fix extraction (#22328, #22279)
+  * [bitchute] Extract upload date (#22990, #23193)
+  * [soundcloud] Update client id (#23214)
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-11-22 
10:28:13.689223943 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.26869/youtube-dl.changes 
2019-11-30 10:40:13.972151639 +0100
@@ -1,0 +2,31 @@
+Thu Nov 28 17:15:56 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to release 2019.11.28
+  * [utils] Add generic caesar cipher and rot47
+  * [utils] Handle rd-suffixed day parts in unified_strdate (#23199)
+  * [vimeo] Improve extraction
+  * Fix review extraction
+  * Fix ondemand extraction
+  * Make password protected player case as an expected error (#22896)
+  * Simplify channel based extractors code
+  * [openload] Remove extractor (#11999)
+  * [verystream] Remove extractor
+  * [streamango] Remove extractor (#15406)
+  * [dailymotion] Improve extraction
+  * Extract http formats included in m3u8 manifest
+  * Fix user extraction (#3553, #21415)
+  * Add suport for User Authentication (#11491)
+  * Fix password protected videos extraction (#23176)
+  * Respect age limit option and family filter cookie value (#18437)
+  * Handle video url playlist query param
+  * Report allowed countries for geo-restricted videos
+  * [corus] Improve extraction
+  * Add support for Series Plus, W Network, YTV, ABC Spark, disneychannel.com
+  and disneylachaine.ca (#20861)
+  * Add support for self hosted videos (#22075)
+  * Detect DRM protection (#14910, #9164)
+  * [vivo] Fix extraction (#22328, #22279)
+  * [bitchute] Extract upload date (#22990, #23193)
+  * [soundcloud] Update client id (#23214)
+
+---

Old:

  youtube-dl-2019.11.22.tar.gz
  youtube-dl-2019.11.22.tar.gz.sig

New:

  youtube-dl-2019.11.28.tar.gz
  youtube-dl-2019.11.28.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eFOvbO/_old  2019-11-30 10:40:14.444151582 +0100
+++ /var/tmp/diff_new_pack.eFOvbO/_new  2019-11-30 10:40:14.444151582 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.11.22
+Version:2019.11.28
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eFOvbO/_old  2019-11-30 10:40:14.464151580 +0100
+++ /var/tmp/diff_new_pack.eFOvbO/_new  2019-11-30 10:40:14.468151579 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.11.22
+Version:2019.11.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0


commit youtube-dl for openSUSE:Factory

2019-11-22 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-11-22 10:28:04

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.26869 (New)


Package is "youtube-dl"

Fri Nov 22 10:28:04 2019 rev:120 rq:750183 version:2019.11.22

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-11-06 14:05:40.732759209 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.26869/python-youtube-dl.changes  
2019-11-22 10:28:11.373224625 +0100
@@ -1,0 +2,9 @@
+Thu Nov 21 18:51:01 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.11.22
+  * kinja: add support for Kinja embeds
+  * twitch: add support for Clip embed URLs
+  * nexx: Add support for Multi Player JS Setup
+  * drtv: Add support for new URL schema
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.11.05.tar.gz
  youtube-dl-2019.11.05.tar.gz.sig

New:

  youtube-dl-2019.11.22.tar.gz
  youtube-dl-2019.11.22.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.o96tMJ/_old  2019-11-22 10:28:14.425223726 +0100
+++ /var/tmp/diff_new_pack.o96tMJ/_new  2019-11-22 10:28:14.425223726 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-youtube-dl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.11.05
+Version:2019.11.22
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.o96tMJ/_old  2019-11-22 10:28:14.445223720 +0100
+++ /var/tmp/diff_new_pack.o96tMJ/_new  2019-11-22 10:28:14.449223718 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.11.05
+Version:2019.11.22
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.11.05.tar.gz -> youtube-dl-2019.11.22.tar.gz ++
 3873 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-11-06 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-11-06 14:05:36

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2990 (New)


Package is "youtube-dl"

Wed Nov  6 14:05:36 2019 rev:119 rq:745359 version:2019.11.05

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-10-22 15:45:04.081690892 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2990/python-youtube-dl.changes   
2019-11-06 14:05:40.732759209 +0100
@@ -1,0 +2,28 @@
+Mon Nov  4 23:38:40 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.11.05
+  * tv2dk: Add extractor
+  * yahoo: restore support for cbs suffixed URLs
+  * mixcloud: fix cloudcast data extraction
+  * daum: fix VOD and Clip extracton
+  * wistia: reduce embed extraction false positives and support
+inline embeds
+  * bellmedia: add support for marilyn.ca videos
+  * mediaset: extract unprotected M3U and MPD manifests
+  * jamendo: restore track url modification
+  * myspass: fix video URL extraction and improve metadata
+extraction
+  * msn: add support for Vidible and AOL embeds
+
+---
+Tue Oct 29 11:01:08 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.10.29
+  * globo: handle alternative hash signing method
+  * facebook: extract subtitles
+  * odnoklassniki: add support for Schemeless embed extraction
+  * discoverynetworks: add support for dplay.co.uk
+  * mtv: add support for mtvjapan.com
+  * go: Add support for abc.com and freeform.com
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.10.22.tar.gz
  youtube-dl-2019.10.22.tar.gz.sig

New:

  youtube-dl-2019.11.05.tar.gz
  youtube-dl-2019.11.05.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YmZfIK/_old  2019-11-06 14:05:45.248763936 +0100
+++ /var/tmp/diff_new_pack.YmZfIK/_new  2019-11-06 14:05:45.252763940 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.10.22
+Version:2019.11.05
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YmZfIK/_old  2019-11-06 14:05:45.280763969 +0100
+++ /var/tmp/diff_new_pack.YmZfIK/_new  2019-11-06 14:05:45.288763977 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.10.22
+Version:2019.11.05
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.10.22.tar.gz -> youtube-dl-2019.11.05.tar.gz ++
 6686 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-10-22 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-10-22 15:45:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2352 (New)


Package is "youtube-dl"

Tue Oct 22 15:45:02 2019 rev:118 rq:741613 version:2019.10.22

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-10-17 12:22:43.487106736 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2352/python-youtube-dl.changes   
2019-10-22 15:45:04.081690892 +0200
@@ -2 +2,11 @@
-Wed Oct 16 17:42:32 UTC 2019 - Sebastien CHAVAUX 
+Mon Oct 21 18:19:17 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.10.22
+  * atresplayer: fix extraction
+  * dumpert: fix extraction
+  * mit: Remove support for video.mit.edu
+  * twitch: update VOD URL matching
+  * facebook: Bypass download rate limits
+
+---
+Wed Oct 16 17:37:41 UTC 2019 - Sebastien CHAVAUX 
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-10-17 
12:22:43.711106173 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2352/youtube-dl.changes  
2019-10-22 15:45:04.265691102 +0200
@@ -1,0 +2,10 @@
+Mon Oct 21 18:19:17 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.10.22
+  * atresplayer: fix extraction
+  * dumpert: fix extraction
+  * mit: Remove support for video.mit.edu
+  * twitch: update VOD URL matching
+  * facebook: Bypass download rate limits
+
+---

Old:

  youtube-dl-2019.10.16.tar.gz
  youtube-dl-2019.10.16.tar.gz.sig

New:

  youtube-dl-2019.10.22.tar.gz
  youtube-dl-2019.10.22.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.boPDmw/_old  2019-10-22 15:45:05.245692219 +0200
+++ /var/tmp/diff_new_pack.boPDmw/_new  2019-10-22 15:45:05.253692229 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.10.16
+Version:2019.10.22
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.boPDmw/_old  2019-10-22 15:45:05.293692274 +0200
+++ /var/tmp/diff_new_pack.boPDmw/_new  2019-10-22 15:45:05.301692283 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.10.16
+Version:2019.10.22
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.10.16.tar.gz -> youtube-dl-2019.10.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-10-15 22:26:43.0 +0200
+++ new/youtube-dl/ChangeLog2019-10-21 19:08:59.0 +0200
@@ -1,3 +1,26 @@
+version 2019.10.22
+
+Core
+* [utils] Improve subtitles_filename (#22753)
+
+Extractors
+* [facebook] Bypass download rate limits (#21018)
++ [contv] Add support for contv.com
+- [viewster] Remove extractor
+* [xfileshare] Improve extractor (#17032, #17906, #18237, #18239)
+* Update the list of domains
++ Add support for aa-encoded video data
+* Improve jwplayer format extraction
++ Add support for Clappr sources
+* [mangomolo] Fix video format extraction and add support for player URLs
+* [audioboom] Improve metadata extraction
+* [twitch] Update VOD URL matching (#22395, #22727)
+- [mit] Remove support for video.mit.edu (#22403)
+- [servingsys] Remove extractor (#22639)
+* [dumpert] Fix extraction (#22428, #22564)
+* [atresplayer] Fix extraction (#16277, #16716)
+
+
 version 2019.10.16
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-10-15 22:26:46.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2019-10-21 19:09:02.0 
+0200
@@ -183,6 +183,7 @@
  - **ComedyCentralShortname**
  - **ComedyCentralTV**
  - **CondeNast**: Condé Nast media group: Allure, Architectural Digest, Ars 
Technica, Bon Appétit, Brides, Condé Nast, Condé Nast Traveler, Details, 
Epicurious, GQ, Glamour, Golf Digest, SELF, Teen Vogue, The New Yorker, Vanity 
Fair, Vogue, W Magazine, WIRED
+ - **CONtv**
  - **Corus**
  - **Coub**
  - **Cracked**
@@ -784,7 +785,6 @@
  - **Seeker**
  - **SenateISVP**
  - 

commit youtube-dl for openSUSE:Factory

2019-10-17 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-10-17 12:22:37

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2352 (New)


Package is "youtube-dl"

Thu Oct 17 12:22:37 2019 rev:117 rq:738929 version:2019.10.16

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-09-30 15:59:40.941171371 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2352/python-youtube-dl.changes   
2019-10-17 12:22:43.487106736 +0200
@@ -1,0 +2,34 @@
+Wed Oct 16 17:42:32 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to release 2019.10-16:
+  * [extractor/common] Make _is_valid_url more relaxed
+  * [vimeo] Improve album videos id extraction (#22599)
+  * [globo] Extract subtitles (#22713)
+  * [bokecc] Improve player params extraction (#22638)
+  * [nexx] Handle result list (#22666)
+  * [vimeo] Fix VHX embed extraction
+  * [nbc] Switch to graphql API (#18581, #22693, #22701)
+  * [vessel] Remove extractor
+  * [promptfile] Remove extractor (#6239)
+  * [kaltura] Fix service URL extraction (#22658)
+  * [kaltura] Fix embed info strip (#22658)
+  * [globo] Fix format extraction (#20319)
+  * [redtube] Improve metadata extraction (#22492, #22615)
+  * [pornhub:uservideos:upload] Fix extraction (#22619)
+  * [telequebec:squat] Add support for squat.telequebec.tv (#18503)
+  * [wimp] Remove extractor (#22088, #22091)
+  * [gfycat] Extend URL regular expression (#5)
+  * [chaturbate] Extend URL regular expression (#22309)
+  * [peertube] Update instances (#22414)
+  * [telequebec] Add support for coucou.telequebec.tv (#22482)
+  * [xvideos] Extend URL regular expression (#22471)
+  * [youtube] Remove support for invidious.enkirton.net (#22543)
+  * [openload] Add support for oload.monster (#22592)
+  * [nrktv:seriebase] Fix extraction (#22596)
+  * [youtube] Add support for yt.lelux.fi (#22597)
+  * [orf:tvthek] Make manifest requests non fatal (#22578)
+  * [teachable] Skip login when already logged in (#22572)
+  * [viewlift] Improve extraction (#22545)
+  * [nonktube] Fix extraction (#22544)
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-09-30 
15:59:41.961168658 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2352/youtube-dl.changes  
2019-10-17 12:22:43.711106173 +0200
@@ -1,0 +2,34 @@
+Wed Oct 16 17:37:41 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to release 2019.10-16:
+  * [extractor/common] Make _is_valid_url more relaxed
+  * [vimeo] Improve album videos id extraction (#22599)
+  * [globo] Extract subtitles (#22713)
+  * [bokecc] Improve player params extraction (#22638)
+  * [nexx] Handle result list (#22666)
+  * [vimeo] Fix VHX embed extraction
+  * [nbc] Switch to graphql API (#18581, #22693, #22701)
+  * [vessel] Remove extractor
+  * [promptfile] Remove extractor (#6239)
+  * [kaltura] Fix service URL extraction (#22658)
+  * [kaltura] Fix embed info strip (#22658)
+  * [globo] Fix format extraction (#20319)
+  * [redtube] Improve metadata extraction (#22492, #22615)
+  * [pornhub:uservideos:upload] Fix extraction (#22619)
+  * [telequebec:squat] Add support for squat.telequebec.tv (#18503)
+  * [wimp] Remove extractor (#22088, #22091)
+  * [gfycat] Extend URL regular expression (#5)
+  * [chaturbate] Extend URL regular expression (#22309)
+  * [peertube] Update instances (#22414)
+  * [telequebec] Add support for coucou.telequebec.tv (#22482)
+  * [xvideos] Extend URL regular expression (#22471)
+  * [youtube] Remove support for invidious.enkirton.net (#22543)
+  * [openload] Add support for oload.monster (#22592)
+  * [nrktv:seriebase] Fix extraction (#22596)
+  * [youtube] Add support for yt.lelux.fi (#22597)
+  * [orf:tvthek] Make manifest requests non fatal (#22578)
+  * [teachable] Skip login when already logged in (#22572)
+  * [viewlift] Improve extraction (#22545)
+  * [nonktube] Fix extraction (#22544)
+
+---

Old:

  youtube-dl-2019.09.28.tar.gz
  youtube-dl-2019.09.28.tar.gz.sig

New:

  youtube-dl-2019.10.16.tar.gz
  youtube-dl-2019.10.16.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.GNpD2w/_old  2019-10-17 12:22:44.627103876 +0200
+++ /var/tmp/diff_new_pack.GNpD2w/_new  2019-10-17 12:22:44.631103866 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.09.28
+Version:2019.10.16
 Release:0
 Summary:A Python module for downloading from video 

commit youtube-dl for openSUSE:Factory

2019-09-30 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-09-30 15:59:36

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.2352 (New)


Package is "youtube-dl"

Mon Sep 30 15:59:36 2019 rev:116 rq:733833 version:2019.09.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-09-13 15:00:44.217283385 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.2352/python-youtube-dl.changes   
2019-09-30 15:59:40.941171371 +0200
@@ -1,0 +2,14 @@
+Sat Sep 28 08:21:22 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.09.28
+  * tv4: Fix extraction and extract series metadata
+  * zdf: Bypass geo restriction
+  * brightcove: delegate all supported BrightcoveLegacyIE URLs to 
BrightcoveNewIE
+  * mixcloud: allow uppercase letters in format URLs
+  * instagram: add support for tv URLs
+  * bilibili: add support audio albums and songs
+  * youtube: Add support for invidious.drycat.fr
+  * openload: Add support for oload.online
+  * nhk: Add support for clips
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.09.12.1.tar.gz
  youtube-dl-2019.09.12.1.tar.gz.sig

New:

  youtube-dl-2019.09.28.tar.gz
  youtube-dl-2019.09.28.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MIGahf/_old  2019-09-30 15:59:42.577167018 +0200
+++ /var/tmp/diff_new_pack.MIGahf/_new  2019-09-30 15:59:42.581167007 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.09.12.1
+Version:2019.09.28
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MIGahf/_old  2019-09-30 15:59:42.593166975 +0200
+++ /var/tmp/diff_new_pack.MIGahf/_new  2019-09-30 15:59:42.597166965 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.09.12.1
+Version:2019.09.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.09.12.1.tar.gz -> youtube-dl-2019.09.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-09-11 21:53:49.0 +0200
+++ new/youtube-dl/ChangeLog2019-09-27 19:30:24.0 +0200
@@ -1,3 +1,34 @@
+version 2019.09.28
+
+Core
+* [YoutubeDL] Honour all --get-* options with --flat-playlist (#22493)
+
+Extractors
+* [vk] Fix extraction (#22522)
+* [heise] Fix kaltura embeds extraction (#22514)
+* [ted] Check for resources validity and extract subtitled downloads (#22513)
++ [youtube] Add support for
+  owxfohz4kjyv25fvlqilyxast7inivgiktls3th44jhk3ej3i7ya.b32.i2p (#22292)
++ [nhk] Add support for clips
+* [nhk] Fix video extraction (#22249, #22353)
+* [byutv] Fix extraction (#22070)
++ [openload] Add support for oload.online (#22304)
++ [youtube] Add support for invidious.drycat.fr (#22451)
+* [jwplatfom] Do not match video URLs (#20596, #22148)
+* [youtube:playlist] Unescape playlist uploader (#22483)
++ [bilibili] Add support audio albums and songs (#21094)
++ [instagram] Add support for tv URLs
++ [mixcloud] Allow uppercase letters in format URLs (#19280)
+* [brightcove] Delegate all supported legacy URLs to new extractor (#11523,
+  #12842, #13912, #15669, #16303)
+* [hotstar] Use native HLS downloader by default
++ [hotstar] Extract more formats (#22323)
+* [9now] Fix extraction (#22361)
+* [zdf] Bypass geo restriction
++ [tv4] Extract series metadata
+* [tv4] Fix extraction (#22443)
+
+
 version 2019.09.12.1
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-09-11 21:53:52.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2019-09-27 19:30:30.0 
+0200
@@ -98,6 +98,8 @@
  - **Bigflix**
  - **Bild**: Bild.de
  - **BiliBili**
+ - **BilibiliAudio**
+ - **BilibiliAudioAlbum**
  - **BioBioChileTV**
  - **BIQLE**
  - **BitChute**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/YoutubeDL.py 

commit youtube-dl for openSUSE:Factory

2019-09-13 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-09-13 15:00:26

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.7948 (New)


Package is "youtube-dl"

Fri Sep 13 15:00:26 2019 rev:115 rq:730324 version:2019.09.12.1

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-09-09 12:35:43.277469020 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.7948/python-youtube-dl.changes   
2019-09-13 15:00:44.217283385 +0200
@@ -1,0 +2,7 @@
+Wed Sep  11 20:45:42 UTC 2019 - Fritz Reichwald 
+
+- Update to release 2019.09.12.1
+  * nickjr: Add support for nickelodeonjunior.fr
+  * youtube: Add support for invidious tor instances
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.09.01.tar.gz
  youtube-dl-2019.09.01.tar.gz.sig

New:

  youtube-dl-2019.09.12.1.tar.gz
  youtube-dl-2019.09.12.1.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.yayjyC/_old  2019-09-13 15:00:48.053283547 +0200
+++ /var/tmp/diff_new_pack.yayjyC/_new  2019-09-13 15:00:48.061283548 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.09.01
+Version:2019.09.12.1
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.yayjyC/_old  2019-09-13 15:00:48.077283548 +0200
+++ /var/tmp/diff_new_pack.yayjyC/_new  2019-09-13 15:00:48.077283548 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.09.01
+Version:2019.09.12.1
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.09.01.tar.gz -> youtube-dl-2019.09.12.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-08-31 22:32:58.0 +0200
+++ new/youtube-dl/ChangeLog2019-09-11 21:53:49.0 +0200
@@ -1,3 +1,15 @@
+version 2019.09.12.1
+
+Extractors
+* [youtube] Remove quality and tbr for itag 43 (#22372)
+
+
+version 2019.09.12
+
+Extractors
+* [youtube] Quick extraction tempfix (#22367, #22163)
+
+
 version 2019.09.01
 
 Core
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/nick.py 
new/youtube-dl/youtube_dl/extractor/nick.py
--- old/youtube-dl/youtube_dl/extractor/nick.py 2019-08-31 22:32:46.0 
+0200
+++ new/youtube-dl/youtube_dl/extractor/nick.py 2019-09-11 21:52:44.0 
+0200
@@ -85,7 +85,8 @@
 https?://
 (?:
 
(?P(?:www\.)?nickjr|mundonick\.uol)\.com\.br|
-(?:www\.)?nickjr\.[a-z]{2}
+(?:www\.)?nickjr\.[a-z]{2}|
+(?:www\.)?nickelodeonjunior\.fr
 )
 
/(?:programas/)?[^/]+/videos/(?:episodios/)?(?P[^/?\#.]+)
 '''
@@ -101,6 +102,9 @@
 }, {
 'url': 
'http://www.nickjr.de/blaze-und-die-monster-maschinen/videos/f6caaf8f-e4e8-4cc1-b489-9380d6dcd059/',
 'only_matching': True,
+}, {
+'url': 
'http://www.nickelodeonjunior.fr/paw-patrol-la-pat-patrouille/videos/episode-401-entier-paw-patrol/',
+'only_matching': True,
 }]
 
 def _real_extract(self, url):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/platzi.py 
new/youtube-dl/youtube_dl/extractor/platzi.py
--- old/youtube-dl/youtube_dl/extractor/platzi.py   2019-08-31 
22:32:46.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/platzi.py   2019-09-11 
21:52:44.0 +0200
@@ -18,43 +18,10 @@
 )
 
 
-class PlatziIE(InfoExtractor):
-_VALID_URL = r'''(?x)
-https?://
-(?:
-platzi\.com/clases|   # es version
-courses\.platzi\.com/classes  # en version
-)/[^/]+/(?P\d+)-[^/?\#&]+
-'''
+class PlatziBaseIE(InfoExtractor):
 _LOGIN_URL = 'https://platzi.com/login/'
 

commit youtube-dl for openSUSE:Factory

2019-09-09 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-09-09 12:35:24

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.7948 (New)


Package is "youtube-dl"

Mon Sep  9 12:35:24 2019 rev:114 rq:729186 version:2019.09.01

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-08-14 11:37:54.500691099 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.7948/python-youtube-dl.changes   
2019-09-09 12:35:43.277469020 +0200
@@ -1,0 +2,7 @@
+Sun Sep  1 06:19:42 UTC 2019 - Jan Engelhardt 
+
+- Update to release 2019.09.01
+  * Add support for oload.vip, lequipe.fr, woof.tube
+  * Add support for squarespace embeds
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.08.13.tar.gz
  youtube-dl-2019.08.13.tar.gz.sig

New:

  youtube-dl-2019.09.01.tar.gz
  youtube-dl-2019.09.01.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.sGNmBK/_old  2019-09-09 12:35:47.373468349 +0200
+++ /var/tmp/diff_new_pack.sGNmBK/_new  2019-09-09 12:35:47.377468349 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.08.13
+Version:2019.09.01
 Release:0
 Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.sGNmBK/_old  2019-09-09 12:35:47.393468346 +0200
+++ /var/tmp/diff_new_pack.sGNmBK/_new  2019-09-09 12:35:47.393468346 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.08.13
+Version:2019.09.01
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.08.13.tar.gz -> youtube-dl-2019.09.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-08-13 18:18:35.0 +0200
+++ new/youtube-dl/ChangeLog2019-08-31 22:32:58.0 +0200
@@ -1,3 +1,25 @@
+version 2019.09.01
+
+Core
++ [extractor/generic] Add support for squarespace embeds (#21294, #21802,
+  #21859)
++ [downloader/external] Respect mtime option for aria2c (#22242)
+
+Extractors
++ [xhamster:user] Add support for user pages (#16330, #18454)
++ [xhamster] Add support for more domains
++ [verystream] Add support for woof.tube (#22217)
++ [dailymotion] Add support for lequipe.fr (#21328, #22152)
++ [openload] Add support for oload.vip (#22205)
++ [bbccouk] Extend URL regular expression (#19200)
++ [youtube] Add support for invidious.nixnet.xyz and yt.elukerio.org (#3)
+* [safari] Fix authentication (#22161, #22184)
+* [usanetwork] Fix extraction (#22105)
++ [einthusan] Add support for einthusan.ca (#22171)
+* [youtube] Improve unavailable message extraction (#22117)
++ [piksel] Extract subtitles (#20506)
+
+
 version 2019.08.13
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-08-13 18:18:38.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2019-08-31 22:33:02.0 
+0200
@@ -1100,6 +1100,7 @@
  - **XFileShare**: XFileShare based sites: DaClips, FileHoot, GorillaVid, 
MovPod, PowerWatch, Rapidvideo.ws, TheVideoBee, Vidto, Streamin.To, XVIDSTAGE, 
Vid ABC, VidBom, vidlo, RapidVideo.TV, FastVideo.me
  - **XHamster**
  - **XHamsterEmbed**
+ - **XHamsterUser**
  - **xiami:album**: 虾米音乐 - 专辑
  - **xiami:artist**: 虾米音乐 - 歌手
  - **xiami:collection**: 虾米音乐 - 精选集
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/downloader/external.py 
new/youtube-dl/youtube_dl/downloader/external.py
--- old/youtube-dl/youtube_dl/downloader/external.py2019-08-13 
18:18:19.0 +0200
+++ new/youtube-dl/youtube_dl/downloader/external.py2019-08-31 
22:32:53.0 +0200
@@ -194,6 +194,7 @@
 cmd += self._option('--interface', 'source_address')
 cmd += self._option('--all-proxy', 'proxy')
 cmd += self._bool_option('--check-certificate', 'nocheckcertificate', 
'false', 'true', '=')
+cmd += self._bool_option('--remote-time', 'updatetime', 

commit youtube-dl for openSUSE:Factory

2019-08-14 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-08-14 11:37:49

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.9556 (New)


Package is "youtube-dl"

Wed Aug 14 11:37:49 2019 rev:113 rq:723172 version:2019.08.13

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-08-05 10:41:14.907299753 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.9556/python-youtube-dl.changes   
2019-08-14 11:37:54.500691099 +0200
@@ -1,0 +2,8 @@
+Wed Aug 14 03:57:43 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.08.13
+  * downloader/fragment: Fix ETA calculation of resumed download
+  * discovery: extract series meta field
+  * roosterteeth: add support for watch URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.08.02.tar.gz
  youtube-dl-2019.08.02.tar.gz.sig

New:

  youtube-dl-2019.08.13.tar.gz
  youtube-dl-2019.08.13.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pJGZFe/_old  2019-08-14 11:37:55.540690912 +0200
+++ /var/tmp/diff_new_pack.pJGZFe/_new  2019-08-14 11:37:55.544690912 +0200
@@ -19,9 +19,9 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.08.02
+Version:2019.08.13
 Release:0
-Summary:A python module for downloading from video sites for offline 
watching
+Summary:A Python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Development/Languages/Python
 URL:http://rg3.github.io/youtube-dl/

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pJGZFe/_old  2019-08-14 11:37:55.560690909 +0200
+++ /var/tmp/diff_new_pack.pJGZFe/_new  2019-08-14 11:37:55.560690909 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.08.02
+Version:2019.08.13
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.08.02.tar.gz -> youtube-dl-2019.08.13.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-08-02 00:37:46.0 +0200
+++ new/youtube-dl/ChangeLog2019-08-13 18:18:35.0 +0200
@@ -1,3 +1,19 @@
+version 2019.08.13
+
+Core
+* [downloader/fragment] Fix ETA calculation of resumed download (#21992)
+* [YoutubeDL] Check annotations availability (#18582)
+
+Extractors
+* [youtube:playlist] Improve flat extraction (#21927)
+* [youtube] Fix annotations extraction (#22045)
++ [discovery] Extract series meta field (#21808)
+* [youtube] Improve error detection (#16445)
+* [vimeo] Fix album extraction (#1933, #15704, #15855, #18967, #21986)
++ [roosterteeth] Add support for watch URLs
+* [discovery] Limit video data by show slug (#21980)
+
+
 version 2019.08.02
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2019-08-02 00:37:51.0 +0200
+++ new/youtube-dl/README.md2019-08-13 18:18:37.0 +0200
@@ -1216,6 +1216,72 @@
 'PLMYEtVRpaqY00V9W81Cwmzp6N6vZqfUKD4'
 ```
 
+### Inline values
+
+Extracting variables is acceptable for reducing code duplication and improving 
readability of complex expressions. However, you should avoid extracting 
variables used only once and moving them to opposite parts of the extractor 
file, which makes reading the linear flow difficult.
+
+ Example
+
+Correct:
+
+```python
+title = self._html_search_regex(r'([^<]+)', webpage, 'title')
+```
+
+Incorrect:
+
+```python
+TITLE_RE = r'([^<]+)'
+# ...some lines of code...
+title = self._html_search_regex(TITLE_RE, webpage, 'title')
+```
+
+### Collapse fallbacks
+
+Multiple fallback values can quickly become unwieldy. Collapse multiple 
fallback values into a single expression via a list of patterns.
+
+ Example
+
+Good:
+
+```python
+description = self._html_search_meta(
+['og:description', 'description', 'twitter:description'],
+webpage, 'description', default=None)
+```
+
+Unwieldy:
+
+```python
+description = (
+self._og_search_description(webpage, default=None)
+or self._html_search_meta('description', webpage, default=None)
+or self._html_search_meta('twitter:description', webpage, default=None))
+```

commit youtube-dl for openSUSE:Factory

2019-08-05 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-08-05 10:40:45

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.4126 (New)


Package is "youtube-dl"

Mon Aug  5 10:40:45 2019 rev:112 rq:720655 version:2019.08.02

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-07-18 15:20:50.476139553 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4126/python-youtube-dl.changes   
2019-08-05 10:41:14.907299753 +0200
@@ -1,0 +2,21 @@
+Fri Aug  2 12:16:31 UTC 2019 - Ismail Dönmez 
+
+- Update to new upstream release 2019.08.02
+  * [yahoo:japannews] Add support for yahoo.co.jp (#21698, #21265)
+  * [discovery] Add support go.discovery.com URLs
+  * [youtube:playlist] Relax video regular expression (#21844)
+  * [generic] Restrict --default-search schemeless URLs detection pattern
+(#21842)
+  * [vrv] Fix CMS signing query extraction (#21809)
+  * [youtube] Fix and improve title and description extraction (#21934)
+  * [tvigle] Add support for HLS and DASH formats (#21967)
+  * [tvigle] Fix extraction (#21967)
+  * [yandexvideo] Add support for DASH formats (#21971)
+  * [discovery] Use API call for video data extraction (#21808)
+  * [mgtv] Extract format_note (#21881)
+  * [tvn24] Fix metadata extraction (#21833, #21834)
+  * [dlive] Relax URL regular expression (#21909)
+  * [openload] Add support for oload.best (#21913)
+  * [youtube] Improve metadata extraction for age gate content (#21943)
+
+---
@@ -12,0 +34,8 @@
+
+---
+Mon Jul  1 18:43:48 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.07.02
+  * Introduce random_user_agent and use as default User-Agent (closes #21546)
+  * dailymotion: add support embed with DM.player js call
+  * openload: Add support for oload.biz
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-07-18 
15:20:51.880139302 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4126/youtube-dl.changes  
2019-08-05 10:41:15.219299717 +0200
@@ -1,0 +2,21 @@
+Fri Aug  2 12:16:31 UTC 2019 - Ismail Dönmez 
+
+- Update to new upstream release 2019.08.02
+  * [yahoo:japannews] Add support for yahoo.co.jp (#21698, #21265)
+  * [discovery] Add support go.discovery.com URLs
+  * [youtube:playlist] Relax video regular expression (#21844)
+  * [generic] Restrict --default-search schemeless URLs detection pattern
+(#21842)
+  * [vrv] Fix CMS signing query extraction (#21809)
+  * [youtube] Fix and improve title and description extraction (#21934)
+  * [tvigle] Add support for HLS and DASH formats (#21967)
+  * [tvigle] Fix extraction (#21967)
+  * [yandexvideo] Add support for DASH formats (#21971)
+  * [discovery] Use API call for video data extraction (#21808)
+  * [mgtv] Extract format_note (#21881)
+  * [tvn24] Fix metadata extraction (#21833, #21834)
+  * [dlive] Relax URL regular expression (#21909)
+  * [openload] Add support for oload.best (#21913)
+  * [youtube] Improve metadata extraction for age gate content (#21943)
+
+---

Old:

  youtube-dl-2019.07.16.tar.gz
  youtube-dl-2019.07.16.tar.gz.sig

New:

  youtube-dl-2019.08.02.tar.gz
  youtube-dl-2019.08.02.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DtI6Mt/_old  2019-08-05 10:41:16.071299619 +0200
+++ /var/tmp/diff_new_pack.DtI6Mt/_new  2019-08-05 10:41:16.075299618 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.07.16
+Version:2019.08.02
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DtI6Mt/_old  2019-08-05 10:41:16.103299615 +0200
+++ /var/tmp/diff_new_pack.DtI6Mt/_new  2019-08-05 10:41:16.103299615 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.07.16
+Version:2019.08.02
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.07.16.tar.gz -> youtube-dl-2019.08.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-07-15 19:01:39.0 +0200
+++ 

commit youtube-dl for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-07-11 13:16:49

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.4615 (New)


Package is "youtube-dl"

Thu Jul 11 13:16:49 2019 rev:110 rq:714115 version:2019.07.02

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-06-28 
16:37:00.806876851 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4615/youtube-dl.changes  
2019-07-11 13:16:52.250796171 +0200
@@ -1,0 +2,8 @@
+Mon Jul  1 18:43:48 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.07.02
+  * Introduce random_user_agent and use as default User-Agent (closes #21546)
+  * dailymotion: add support embed with DM.player js call
+  * openload: Add support for oload.biz
+
+---

Old:

  youtube-dl-2019.06.27.tar.gz
  youtube-dl-2019.06.27.tar.gz.sig

New:

  youtube-dl-2019.07.02.tar.gz
  youtube-dl-2019.07.02.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KdYDp2/_old  2019-07-11 13:16:54.334795515 +0200
+++ /var/tmp/diff_new_pack.KdYDp2/_new  2019-07-11 13:16:54.366795505 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.06.27
+Version:2019.07.02
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KdYDp2/_old  2019-07-11 13:16:54.718795394 +0200
+++ /var/tmp/diff_new_pack.KdYDp2/_new  2019-07-11 13:16:54.758795381 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.06.27
+Version:2019.07.02
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.06.27.tar.gz -> youtube-dl-2019.07.02.tar.gz ++
 3469 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-06-24 21:53:29

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.4615 (New)


Package is "youtube-dl"

Mon Jun 24 21:53:29 2019 rev:108 rq:711679 version:2019.06.21

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-06-03 18:55:02.160436295 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4615/python-youtube-dl.changes   
2019-06-24 21:54:14.404146625 +0200
@@ -1,0 +2,13 @@
+Mon Jun 24 09:15:48 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to new upstream release version 2019.06.21
+  * [utils] Restrict parse_codecs and add theora as known vcodec (#21381)
+  * [youtube] Update signature function patterns (#21469, #21476)
+  * [youtube] Make --write-annotations non fatal (#21452)
+  * [sixplay] Add support for rtlmost.hu (#21405)
+  * [youtube] Hardcode codec metadata for av01 video only formats (#21381)
+  * [toutv] Update client key (#21370)
+  * [biqle] Add support for new embed domain
+  * [cbs] Improve DRM protected videos detection (#21339)
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-06-03 
18:55:02.388436211 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.4615/youtube-dl.changes  
2019-06-24 21:54:14.592146769 +0200
@@ -1,0 +2,13 @@
+Mon Jun 24 09:12:01 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to new upstream release version 2019.06.21
+  * [utils] Restrict parse_codecs and add theora as known vcodec (#21381)
+  * [youtube] Update signature function patterns (#21469, #21476)
+  * [youtube] Make --write-annotations non fatal (#21452)
+  * [sixplay] Add support for rtlmost.hu (#21405)
+  * [youtube] Hardcode codec metadata for av01 video only formats (#21381)
+  * [toutv] Update client key (#21370)
+  * [biqle] Add support for new embed domain
+  * [cbs] Improve DRM protected videos detection (#21339)
+
+---

Old:

  youtube-dl-2019.05.20.tar.gz
  youtube-dl-2019.05.20.tar.gz.sig

New:

  youtube-dl-2019.06.21.tar.gz
  youtube-dl-2019.06.21.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MOGASV/_old  2019-06-24 21:54:15.332147339 +0200
+++ /var/tmp/diff_new_pack.MOGASV/_new  2019-06-24 21:54:15.336147342 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.05.20
+Version:2019.06.21
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MOGASV/_old  2019-06-24 21:54:15.356147357 +0200
+++ /var/tmp/diff_new_pack.MOGASV/_new  2019-06-24 21:54:15.360147360 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.05.20
+Version:2019.06.21
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.05.20.tar.gz -> youtube-dl-2019.06.21.tar.gz ++
 2042 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-06-03 18:54:20

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5148 (New)


Package is "youtube-dl"

Mon Jun  3 18:54:20 2019 rev:107 rq:707033 version:2019.05.20

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-05-12 11:46:12.252123452 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/python-youtube-dl.changes   
2019-06-03 18:55:02.160436295 +0200
@@ -1,0 +2,11 @@
+Sun May 26 05:53:20 UTC 2019 - Luigi Baldoni 
+
+- Split completions into subpackages
+
+---
+Tue May 21 07:54:10 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.05.20
+  * svtplay: Update API URL
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-06-01 
09:50:25.707305263 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/youtube-dl.changes  
2019-06-03 18:55:02.388436211 +0200
@@ -1,0 +2,5 @@
+Sun May 26 05:53:20 UTC 2019 - Luigi Baldoni 
+
+- Split completions into subpackages
+
+---



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.LprcHh/_old  2019-06-03 18:55:03.348435854 +0200
+++ /var/tmp/diff_new_pack.LprcHh/_new  2019-06-03 18:55:03.352435853 +0200
@@ -40,6 +40,36 @@
 youtube-dl is a small command-line program to retrieve videos from
 YouTube.com and other video sites for later watching.
 
+%packagebash-completion
+Summary:Bash completion for %name
+Group:  System/Shells
+Requires:   bash-completion
+Supplements:packageand(%name:bash)
+BuildArch:  noarch
+
+%descriptionbash-completion
+Bash command line completion support for %name.
+
+%packagefish-completion
+Summary:Fish completion for %name
+Group:  System/Shells
+Requires:   fish
+Supplements:packageand(%name:fish)
+BuildArch:  noarch
+
+%descriptionfish-completion
+Fish command line completion support for %name.
+
+%packagezsh-completion
+Summary:Zsh Completion for %name
+Group:  System/Shells
+Requires:   zsh
+Supplements:packageand(%name:zsh)
+BuildArch:  noarch
+
+%description zsh-completion
+ZSH command line completion support for %name.
+
 %prep
 %setup -q -n %name
 rm -f youtube-dl
@@ -48,19 +78,25 @@
 PYTHON=%{_bindir}/python3 make %{?_smp_mflags}
 
 %install
-install -D -m 755 youtube-dl %buildroot/%_bindir/youtube-dl
-install -D -m 644 youtube-dl.bash-completion 
%buildroot/%_datadir/bash-completion/completions/youtube-dl
-install -D -m 644 youtube-dl.zsh 
%buildroot/%_datadir/zsh/site-functions/_youtube-dl
-install -D -m 644 youtube-dl.fish 
%buildroot/%_datadir/fish/completions/youtube-dl.fish
-install -D -m 644 youtube-dl.1 %buildroot/%_mandir/man1/youtube-dl.1
+install -D -m 755 youtube-dl %buildroot/%_bindir/%name
+install -D -m 644 youtube-dl.bash-completion 
%buildroot/%_datadir/bash-completion/completions/%name
+install -D -m 644 youtube-dl.zsh %buildroot/%_datadir/zsh/site-functions/_%name
+install -D -m 644 youtube-dl.fish 
%buildroot/%_datadir/fish/completions/%name.fish
+install -D -m 644 youtube-dl.1 %buildroot/%_mandir/man1/%name.1
 
 %files
 %license LICENSE
 %doc README.txt
-%_bindir/youtube-dl
-%_mandir/man1/youtube-dl.1*
+%_bindir/%name
+%_mandir/man1/%name.1%{?ext_man}
+
+%files bash-completion
+%_datadir/bash-completion/
+
+%files fish-completion
 %_datadir/fish/
+
+%files zsh-completion
 %_datadir/zsh/
-%_datadir/bash-completion/
 
 %changelog





commit youtube-dl for openSUSE:Factory

2019-06-01 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-06-01 09:50:21

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5148 (New)


Package is "youtube-dl"

Sat Jun  1 09:50:21 2019 rev:106 rq:706059 version:2019.05.20

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-05-12 
11:46:13.172126152 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/youtube-dl.changes  
2019-06-01 09:50:25.707305263 +0200
@@ -1,0 +2,6 @@
+Tue May 21 07:54:10 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.05.20
+  * svtplay: Update API URL
+
+---

Old:

  youtube-dl-2019.05.11.tar.gz
  youtube-dl-2019.05.11.tar.gz.sig

New:

  youtube-dl-2019.05.20.tar.gz
  youtube-dl-2019.05.20.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.LiALoJ/_old  2019-06-01 09:50:26.691304927 +0200
+++ /var/tmp/diff_new_pack.LiALoJ/_new  2019-06-01 09:50:26.715304919 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.05.11
+Version:2019.05.20
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.LiALoJ/_old  2019-06-01 09:50:26.775304898 +0200
+++ /var/tmp/diff_new_pack.LiALoJ/_new  2019-06-01 09:50:26.775304898 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.05.11
+Version:2019.05.20
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.05.11.tar.gz -> youtube-dl-2019.05.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-05-11 01:07:24.0 +0200
+++ new/youtube-dl/ChangeLog2019-05-20 18:29:46.0 +0200
@@ -1,3 +1,22 @@
+version 2019.05.20
+
+Core
++ [extractor/common] Move workaround for applying first Set-Cookie header
+  into a separate _apply_first_set_cookie_header method
+
+Extractors
+* [safari] Fix authentication (#21090)
+* [vk] Use _apply_first_set_cookie_header
+* [vrt] Fix extraction (#20527)
++ [canvas] Add support for vrtnieuws and sporza site ids and extract
+  AES HLS formats
++ [vrv] Extract captions (#19238)
+* [tele5] Improve video id extraction
+* [tele5] Relax URL regular expression (#21020, #21063)
+* [svtplay] Update API URL (#21075)
++ [yahoo:gyao] Add X-User-Agent header to dam proxy requests (#21071)
+
+
 version 2019.05.11
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-05-11 01:07:28.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2019-05-20 18:29:49.0 
+0200
@@ -1071,7 +1071,7 @@
  - **VoxMediaVolume**
  - **vpro**: npo.nl, ntr.nl, omroepwnl.nl, zapp.nl and npo3.nl
  - **Vrak**
- - **VRT**: deredactie.be, sporza.be, cobra.be and cobra.canvas.be
+ - **VRT**: VRT NWS, Flanders News, Flandern Info and Sporza
  - **VrtNU**: VrtNU.be
  - **vrv**
  - **vrv:series**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/canvas.py 
new/youtube-dl/youtube_dl/extractor/canvas.py
--- old/youtube-dl/youtube_dl/extractor/canvas.py   2019-05-11 
01:06:11.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/canvas.py   2019-05-20 
18:25:31.0 +0200
@@ -17,7 +17,7 @@
 
 
 class CanvasIE(InfoExtractor):
-_VALID_URL = 
r'https?://mediazone\.vrt\.be/api/v1/(?Pcanvas|een|ketnet|vrtvideo)/assets/(?P[^/?#&]+)'
+_VALID_URL = 
r'https?://mediazone\.vrt\.be/api/v1/(?Pcanvas|een|ketnet|vrt(?:video|nieuws)|sporza)/assets/(?P[^/?#&]+)'
 _TESTS = [{
 'url': 
'https://mediazone.vrt.be/api/v1/ketnet/assets/md-ast-4ac54990-ce66-4d00-a8ca-9eac86f4c475',
 'md5': '90139b746a0a9bd7bb631283f6e2a64e',
@@ -35,6 +35,10 @@
 'url': 
'https://mediazone.vrt.be/api/v1/canvas/assets/mz-ast-5e5f90b6-2d72-4c40-82c2-e134f884e93e',
 'only_matching': True,
 }]
+_HLS_ENTRY_PROTOCOLS_MAP = {
+'HLS': 'm3u8_native',
+  

commit youtube-dl for openSUSE:Factory

2019-05-12 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-05-12 11:46:00

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5148 (New)


Package is "youtube-dl"

Sun May 12 11:46:00 2019 rev:105 rq:702123 version:2019.05.11

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-04-28 20:15:39.214336440 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5148/python-youtube-dl.changes   
2019-05-12 11:46:12.252123452 +0200
@@ -1,0 +2,16 @@
+Sat May 11 09:35:18 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.05.11
+  * youtube: Fix channel id extraction
+  * openload: Add support for verystream.com
+  * byutv: Add support for DVR videos
+
+---
+Tue Apr 30 05:42:06 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.30
+  * twitch: prefer source format
+  * youtube: extract additional meta data from video description
+on youtube music videos
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.04.24.tar.gz
  youtube-dl-2019.04.24.tar.gz.sig

New:

  youtube-dl-2019.05.11.tar.gz
  youtube-dl-2019.05.11.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.GI5Uqq/_old  2019-05-12 11:46:14.328129547 +0200
+++ /var/tmp/diff_new_pack.GI5Uqq/_new  2019-05-12 11:46:14.328129547 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.04.24
+Version:2019.05.11
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.GI5Uqq/_old  2019-05-12 11:46:14.348129605 +0200
+++ /var/tmp/diff_new_pack.GI5Uqq/_new  2019-05-12 11:46:14.352129617 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.04.24
+Version:2019.05.11
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.04.24.tar.gz -> youtube-dl-2019.05.11.tar.gz ++
 4975 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-04-28 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-04-28 20:15:13

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5536 (New)


Package is "youtube-dl"

Sun Apr 28 20:15:13 2019 rev:104 rq:698682 version:2019.04.24

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-04-22 12:25:58.392971569 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/python-youtube-dl.changes   
2019-04-28 20:15:39.214336440 +0200
@@ -2 +2 @@
-Fri Apr 19 19:53:24 UTC 2019 - Luigi Baldoni 
+Wed Apr 24 06:29:42 UTC 2019 - Nicolas Morey-Chaisemartin 

@@ -4 +4,25 @@
-- Fix runtime requirements
+- Update to new upstream release 2019.04.24
+  * youtube: Fix extraction (#20758, #20759, #20761, #20762, #20764, #20766,
+ #20767, #20769, #20771, #20768, #20770)
+  * toutv: Fix extraction and extract series info (#20757)
+  * vrv: Add support for movie listings (#19229)
+  * youtube: Print error when no data is available (#20737)
+  * soundcloud: Add support for new rendition and improve extraction (#20699)
+  * ooyala: Add support for geo verification proxy
+  * nrl: Add support for nrl.com (#15991)
+  * vimeo: Extract live archive source format (#19144)
+  * vimeo: Add support for live streams and improve info extraction (#19144)
+  * ntvcojp: Add support for cu.ntv.co.jp
+  * nhk: Extract RTMPT format
+  * nhk: Add support for audio URLs
+  * udemy: Add another course id extraction pattern (#20491)
+  * openload: Add support for oload.services (#20691)
+  * openload: Add support for openloed.co (#20691, #20693)
+  * bravotv: Fix extraction (#19213)
+- Unify previous changelogs so that pre_checkin.sh do not break them
+
+---
+Fri Apr 19 19:54:19 UTC 2019 - Luigi Baldoni 
+
+- youtube-dl: Switch build to python3
+- python-youtube-dl:  Fix runtime requirements
@@ -30,0 +55 @@
+- Require full python [boo#1121694, boo#1120842]
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-04-22 
12:25:58.464971541 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/youtube-dl.changes  
2019-04-28 20:15:39.402336324 +0200
@@ -1,0 +2,23 @@
+Wed Apr 24 06:29:42 UTC 2019 - Nicolas Morey-Chaisemartin 

+
+- Update to new upstream release 2019.04.24
+  * youtube: Fix extraction (#20758, #20759, #20761, #20762, #20764, #20766,
+ #20767, #20769, #20771, #20768, #20770)
+  * toutv: Fix extraction and extract series info (#20757)
+  * vrv: Add support for movie listings (#19229)
+  * youtube: Print error when no data is available (#20737)
+  * soundcloud: Add support for new rendition and improve extraction (#20699)
+  * ooyala: Add support for geo verification proxy
+  * nrl: Add support for nrl.com (#15991)
+  * vimeo: Extract live archive source format (#19144)
+  * vimeo: Add support for live streams and improve info extraction (#19144)
+  * ntvcojp: Add support for cu.ntv.co.jp
+  * nhk: Extract RTMPT format
+  * nhk: Add support for audio URLs
+  * udemy: Add another course id extraction pattern (#20491)
+  * openload: Add support for oload.services (#20691)
+  * openload: Add support for openloed.co (#20691, #20693)
+  * bravotv: Fix extraction (#19213)
+- Unify previous changelogs so that pre_checkin.sh do not break them
+
+---
@@ -4 +27,2 @@
-- Switch build to python3
+- youtube-dl: Switch build to python3
+- python-youtube-dl:  Fix runtime requirements
@@ -30,0 +55 @@
+- Require full python [boo#1121694, boo#1120842]

Old:

  youtube-dl-2019.04.17.tar.gz
  youtube-dl-2019.04.17.tar.gz.sig

New:

  youtube-dl-2019.04.24.tar.gz
  youtube-dl-2019.04.24.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.SmF4kd/_old  2019-04-28 20:15:40.178335841 +0200
+++ /var/tmp/diff_new_pack.SmF4kd/_new  2019-04-28 20:15:40.178335841 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.04.17
+Version:2019.04.24
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.SmF4kd/_old  2019-04-28 20:15:40.202335826 +0200
+++ /var/tmp/diff_new_pack.SmF4kd/_new  2019-04-28 20:15:40.206335823 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.04.17
+Version:2019.04.24
 Release:0
 Summary:A tool for downloading from video sites for 

commit youtube-dl for openSUSE:Factory

2019-04-22 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-04-22 12:25:56

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.5536 (New)


Package is "youtube-dl"

Mon Apr 22 12:25:56 2019 rev:103 rq:696411 version:2019.04.17

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-04-17 10:10:41.226934469 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/python-youtube-dl.changes   
2019-04-22 12:25:58.392971569 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 19:53:24 UTC 2019 - Luigi Baldoni 
+
+- Fix runtime requirements
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-04-17 
10:10:52.966946978 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.5536/youtube-dl.changes  
2019-04-22 12:25:58.464971541 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 19:54:19 UTC 2019 - Luigi Baldoni 
+
+- Switch build to python3
+
+---



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.fTsym1/_old  2019-04-22 12:25:59.028971321 +0200
+++ /var/tmp/diff_new_pack.fTsym1/_new  2019-04-22 12:25:59.032971320 +0200
@@ -32,7 +32,8 @@
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:   %{python_module xml}
+Requires:   ffmpeg
+Requires:   python-xml
 BuildArch:  noarch
 %python_subpackages
 

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.fTsym1/_old  2019-04-22 12:25:59.048971313 +0200
+++ /var/tmp/diff_new_pack.fTsym1/_new  2019-04-22 12:25:59.048971313 +0200
@@ -28,11 +28,12 @@
 Source2:https://yt-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRequires:  make >= 4
-BuildRequires:  python-devel
-BuildRequires:  python-xml
+BuildRequires:  python3-devel
+BuildRequires:  python3-xml
 BuildRequires:  zip
-Requires:   python
-Requires:   python-xml
+Requires:   ffmpeg
+Requires:   python3
+Requires:   python3-xml
 BuildArch:  noarch
 
 %description
@@ -44,7 +45,7 @@
 rm -f youtube-dl
 
 %build
-make %{?_smp_mflags}
+PYTHON=%{_bindir}/python3 make %{?_smp_mflags}
 
 %install
 install -D -m 755 youtube-dl %buildroot/%_bindir/youtube-dl





commit youtube-dl for openSUSE:Factory

2019-04-17 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-04-17 10:10:33

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.17052 (New)


Package is "youtube-dl"

Wed Apr 17 10:10:33 2019 rev:102 rq:694873 version:2019.04.17

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-04-02 09:23:59.656777897 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.17052/python-youtube-dl.changes  
2019-04-17 10:10:41.226934469 +0200
@@ -1,0 +2,26 @@
+Tue Apr 16 22:12:01 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.17
+  * openload: Randomize User-Agent
+  * yahoo: add support GYAO episode URLs
+  * yahoo: add support for streaming.yahoo.co.jp
+  * cbs: extract smpte and vtt subtitles
+  * streamango: add support for streamcherry.com
+
+---
+Sat Apr  6 21:30:38 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.07
+  * mediasite: Add support for dashed ids and named catalogs
+  * YoutubeDL: Add ffmpeg_location to post processor options
+  * gaia: add support for authentication
+  * adobeconnect: Add new extractor
+  * vk: use a more unique video id
+  * adn: fix extraction and add support for positioning styles
+  * teamcoco: fix extraction and add suport for subdomains
+  * youtube: extract srv[1-3] subtitle formats
+  * hbo: fix extraction and extract subtitles
+  * vrv: add basic support for individual movie links
+  * ruutu: Add support for audio podcasts
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-04-08 
10:40:35.379299132 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.17052/youtube-dl.changes 
2019-04-17 10:10:52.966946978 +0200
@@ -1,0 +2,10 @@
+Tue Apr 16 22:12:01 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.17
+  * openload: Randomize User-Agent
+  * yahoo: add support GYAO episode URLs
+  * yahoo: add support for streaming.yahoo.co.jp
+  * cbs: extract smpte and vtt subtitles
+  * streamango: add support for streamcherry.com
+
+---

Old:

  youtube-dl-2019.04.07.tar.gz
  youtube-dl-2019.04.07.tar.gz.sig

New:

  youtube-dl-2019.04.17.tar.gz
  youtube-dl-2019.04.17.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.B1dJez/_old  2019-04-17 10:10:57.278951572 +0200
+++ /var/tmp/diff_new_pack.B1dJez/_new  2019-04-17 10:10:57.282951576 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.04.07
+Version:2019.04.17
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.B1dJez/_old  2019-04-17 10:10:57.302951597 +0200
+++ /var/tmp/diff_new_pack.B1dJez/_new  2019-04-17 10:10:57.306951602 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.04.07
+Version:2019.04.17
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.04.07.tar.gz -> youtube-dl-2019.04.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-04-06 23:19:39.0 +0200
+++ new/youtube-dl/ChangeLog2019-04-16 19:20:04.0 +0200
@@ -1,3 +1,28 @@
+version 2019.04.17
+
+Extractors
+* [openload] Randomize User-Agent (closes #20688)
++ [openload] Add support for oladblock domains (#20471)
+* [adn] Fix subtitle extraction (#12724)
++ [aol] Add support for localized websites
++ [yahoo] Add support GYAO episode URLs
++ [yahoo] Add support for streaming.yahoo.co.jp (#5811, #7098)
++ [yahoo] Add support for gyao.yahoo.co.jp
+* [aenetworks] Fix history topic extraction and extract more formats
++ [cbs] Extract smpte and vtt subtitles
++ [streamango] Add support for streamcherry.com (#20592)
++ [yourporn] Add support for sxyprn.com (#20646)
+* [mgtv] Fix extraction (#20650)
+* [linkedin:learning] Use urljoin for form action URL (#20431)
++ [gdc] Add support for kaltura embeds (#20575)
+* [dispeak] Improve mp4 bitrate extraction
+* [kaltura] Sanitize embed URLs
+* [jwplatfom] Do not match manifest URLs (#20596)
+* [aol] Restrict URL regular 

commit youtube-dl for openSUSE:Factory

2019-04-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-04-08 10:39:31

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.3908 (New)


Package is "youtube-dl"

Mon Apr  8 10:39:31 2019 rev:101 rq:692062 version:2019.04.07

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-04-02 
09:24:00.256778299 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.3908/youtube-dl.changes  
2019-04-08 10:40:35.379299132 +0200
@@ -1,0 +2,16 @@
+Sat Apr  6 21:30:38 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.04.07
+  * mediasite: Add support for dashed ids and named catalogs
+  * YoutubeDL: Add ffmpeg_location to post processor options
+  * gaia: add support for authentication
+  * adobeconnect: Add new extractor
+  * vk: use a more unique video id
+  * adn: fix extraction and add support for positioning styles
+  * teamcoco: fix extraction and add suport for subdomains
+  * youtube: extract srv[1-3] subtitle formats
+  * hbo: fix extraction and extract subtitles
+  * vrv: add basic support for individual movie links
+  * ruutu: Add support for audio podcasts
+
+---

Old:

  youtube-dl-2019.04.01.tar.gz
  youtube-dl-2019.04.01.tar.gz.sig

New:

  youtube-dl-2019.04.07.tar.gz
  youtube-dl-2019.04.07.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.7KvbDw/_old  2019-04-08 10:40:36.199299331 +0200
+++ /var/tmp/diff_new_pack.7KvbDw/_new  2019-04-08 10:40:36.235299340 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.04.01
+Version:2019.04.07
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
@@ -32,6 +32,7 @@
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   %{python_module xml}
 BuildArch:  noarch
 %python_subpackages
 

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.7KvbDw/_old  2019-04-08 10:40:36.295299355 +0200
+++ /var/tmp/diff_new_pack.7KvbDw/_new  2019-04-08 10:40:36.303299357 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.04.01
+Version:2019.04.07
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
@@ -31,6 +31,8 @@
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 BuildRequires:  zip
+Requires:   python
+Requires:   python-xml
 BuildArch:  noarch
 
 %description

++ youtube-dl-2019.04.01.tar.gz -> youtube-dl-2019.04.07.tar.gz ++
 2067 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-03-18 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-03-18 10:43:51

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Mon Mar 18 10:43:51 2019 rev:99 rq:685860 version:2019.03.18

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-03-11 11:15:30.785337175 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-03-18 10:43:53.319111835 +0100
@@ -1,0 +2,7 @@
+Sun Mar 17 13:52:30 UTC 2019 - Jan Engelhardt 
+
+- Update homepage and download URLs
+- Update to new upstream release 2019.03.18
+  * Add extractor for yandexvideo
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.03.09.tar.gz
  youtube-dl-2019.03.09.tar.gz.sig

New:

  youtube-dl-2019.03.18.tar.gz
  youtube-dl-2019.03.18.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DuC35L/_old  2019-03-18 10:43:55.251109759 +0100
+++ /var/tmp/diff_new_pack.DuC35L/_new  2019-03-18 10:43:55.255109755 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.03.09
+Version:2019.03.18
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DuC35L/_old  2019-03-18 10:43:55.279109728 +0100
+++ /var/tmp/diff_new_pack.DuC35L/_new  2019-03-18 10:43:55.279109728 +0100
@@ -17,15 +17,15 @@
 
 
 Name:   youtube-dl
-Version:2019.03.09
+Version:2019.03.18
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Productivity/Networking/Web/Utilities
-URL:http://rg3.github.io/youtube-dl/
-#Git-Clone: https://github.com/rg3/youtube-dl
-Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
-Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
+URL:https://yt-dl.org/
+#Git-Clone: https://github.com/ytdl-org/youtube-dl
+Source: https://yt-dl.org/downloads/%version/%name-%version.tar.gz
+Source2:https://yt-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRequires:  make >= 4
 BuildRequires:  python-devel

++ youtube-dl-2019.03.09.tar.gz -> youtube-dl-2019.03.18.tar.gz ++
 3780 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-03-11 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-03-11 11:15:22

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Mon Mar 11 11:15:22 2019 rev:98 rq:683048 version:2019.03.09

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-03-05 12:24:30.368856355 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-03-11 11:15:30.785337175 +0100
@@ -1,0 +2,29 @@
+Fri Mar  8 20:36:53 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.03.09
+  * [extractor/common] Use compat_etree_Element
+  * [compat] Introduce compat_etree_Element
+  * [extractor/common] Fallback url to base URL for DASH formats
+  * [extractor/common] Do not fail on invalid data while parsing F4M manifest
+in non fatal mode
+  * [extractor/common] Return MPD manifest as format's url meta field (#20242)
+  * [utils] Strip #HttpOnly_ prefix from cookies files (#20219)
+  * [francetv:site] Relax video id regular expression (#20268)
+  * [toutv] Detect invalid login error
+  * [toutv] Fix authentication (#20261)
+  * [urplay] Extract timestamp (#20235)
+  * [openload] Add support for oload.space (#20246)
+  * [facebook] Improve uploader extraction (#20250)
+  * [bbc] Use compat_etree_Element
+  * [crunchyroll] Use compat_etree_Element
+  * [npo] Improve ISM extraction
+  * [rai] Improve extraction (#20253)
+  * [paramountnetwork] Fix mgid extraction (#20241)
+  * [libsyn] Improve extraction (#20229)
+  * [youtube] Add more invidious instances to URL regular expression (#20228)
+  * [spankbang] Fix extraction (#20023)
+  * [espn] Extend URL regular expression (#20013)
+  * [sixplay] Handle videos with empty assets (#20016)
+  * [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)
+
+---
@@ -15 +44 @@
-Sun Feb 17 22:01:42 UTC 2019 - Sebastien CHAVAUX 
+Sun Feb 17 21:50:30 UTC 2019 - Sebastien CHAVAUX 
@@ -40 +69 @@
-Tue Feb 12 19:17:32 UTC 2019 - Sebastien CHAVAUX 

+Tue Feb 12 19:13:12 UTC 2019 - Sebastien CHAVAUX 

@@ -66,0 +96,16 @@
+---
+Sun Jan 27 16:38:11 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.01.27
+  * [extractor/common] Extract season in _json_ld
+  * [postprocessor/ffmpeg] Fallback to ffmpeg/avconv for audio codec detection
+(#681)
+  * [vice] Fix extraction for locked videos (#16248)
+  * [wakanim] Detect DRM protected videos
+  * [wakanim] Add support for wakanim.tv (#14374)
+  * [usatoday] Fix extraction for videos with custom brightcove partner id
+(#18990)
+  * [drtv] Fix extraction (#18989)
+  * [nhk] Extend URL regular expression (#18968)
+  * [go] Fix Adobe Pass requests for Disney Now (#18901)
+  * [openload] Add support for oload.club (#18969)
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-03-05 
12:24:34.248855172 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-03-11 11:15:33.493336202 +0100
@@ -1,0 +2,29 @@
+Fri Mar  8 20:36:53 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.03.09
+  * [extractor/common] Use compat_etree_Element
+  * [compat] Introduce compat_etree_Element
+  * [extractor/common] Fallback url to base URL for DASH formats
+  * [extractor/common] Do not fail on invalid data while parsing F4M manifest
+in non fatal mode
+  * [extractor/common] Return MPD manifest as format's url meta field (#20242)
+  * [utils] Strip #HttpOnly_ prefix from cookies files (#20219)
+  * [francetv:site] Relax video id regular expression (#20268)
+  * [toutv] Detect invalid login error
+  * [toutv] Fix authentication (#20261)
+  * [urplay] Extract timestamp (#20235)
+  * [openload] Add support for oload.space (#20246)
+  * [facebook] Improve uploader extraction (#20250)
+  * [bbc] Use compat_etree_Element
+  * [crunchyroll] Use compat_etree_Element
+  * [npo] Improve ISM extraction
+  * [rai] Improve extraction (#20253)
+  * [paramountnetwork] Fix mgid extraction (#20241)
+  * [libsyn] Improve extraction (#20229)
+  * [youtube] Add more invidious instances to URL regular expression (#20228)
+  * [spankbang] Fix extraction (#20023)
+  * [espn] Extend URL regular expression (#20013)
+  * [sixplay] Handle videos with empty assets (#20016)
+  * [vimeo] Add support for Vimeo Pro portfolio protected videos (#20070)
+
+---

Old:

  youtube-dl-2019.03.01.tar.gz
  youtube-dl-2019.03.01.tar.gz.sig

New:

  youtube-dl-2019.03.09.tar.gz
  youtube-dl-2019.03.09.tar.gz.sig


commit youtube-dl for openSUSE:Factory

2019-03-05 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-03-05 12:24:24

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Tue Mar  5 12:24:24 2019 rev:97 rq:681501 version:2019.03.01

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-02-19 12:00:22.353139284 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-03-05 12:24:30.368856355 +0100
@@ -1,0 +2,13 @@
+Thu Feb 28 20:00:30 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.03.01
+  * [downloader/external] Add support for rate limit and retries for wget
+  * [downloader/external] Fix infinite retries for curl (#19303)
+  * [npo] Fix extraction (#20084)
+  * [francetv:site] Extend video id regex (#20029, #20071)
+  * [periscope] Extract width and height (#20015)
+  * [servus] Fix extraction (#19297)
+  * [bbccouk] Make subtitles non fatal (#19651)
+  * [metacafe] Fix family filter bypass (#19287)
+  
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-02-19 
12:00:22.633139137 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-03-05 12:24:34.248855172 +0100
@@ -1,0 +2,13 @@
+Thu Feb 28 20:00:30 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.03.01
+  * [downloader/external] Add support for rate limit and retries for wget
+  * [downloader/external] Fix infinite retries for curl (#19303)
+  * [npo] Fix extraction (#20084)
+  * [francetv:site] Extend video id regex (#20029, #20071)
+  * [periscope] Extract width and height (#20015)
+  * [servus] Fix extraction (#19297)
+  * [bbccouk] Make subtitles non fatal (#19651)
+  * [metacafe] Fix family filter bypass (#19287)
+
+---

Old:

  youtube-dl-2019.02.18.tar.gz
  youtube-dl-2019.02.18.tar.gz.sig

New:

  youtube-dl-2019.03.01.tar.gz
  youtube-dl-2019.03.01.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.yPoJST/_old  2019-03-05 12:24:36.172854585 +0100
+++ /var/tmp/diff_new_pack.yPoJST/_new  2019-03-05 12:24:36.176854584 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.02.18
+Version:2019.03.01
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.yPoJST/_old  2019-03-05 12:24:36.200854576 +0100
+++ /var/tmp/diff_new_pack.yPoJST/_new  2019-03-05 12:24:36.200854576 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.02.18
+Version:2019.03.01
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.02.18.tar.gz -> youtube-dl-2019.03.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-02-17 20:11:07.0 +0100
+++ new/youtube-dl/ChangeLog2019-02-28 19:03:47.0 +0100
@@ -1,3 +1,18 @@
+version 2019.03.01
+
+Core
++ [downloader/external] Add support for rate limit and retries for wget
+* [downloader/external] Fix infinite retries for curl (#19303)
+
+Extractors
+* [npo] Fix extraction (#20084)
+* [francetv:site] Extend video id regex (#20029, #20071)
++ [periscope] Extract width and height (#20015)
+* [servus] Fix extraction (#19297)
+* [bbccouk] Make subtitles non fatal (#19651)
+* [metacafe] Fix family filter bypass (#19287)
+
+
 version 2019.02.18
 
 Extractors
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/downloader/external.py 
new/youtube-dl/youtube_dl/downloader/external.py
--- old/youtube-dl/youtube_dl/downloader/external.py2019-02-16 
20:40:09.0 +0100
+++ new/youtube-dl/youtube_dl/downloader/external.py2019-02-21 
19:19:11.0 +0100
@@ -121,7 +121,11 @@
 cmd += self._valueless_option('--silent', 'noprogress')
 cmd += self._valueless_option('--verbose', 'verbose')
 cmd += self._option('--limit-rate', 'ratelimit')
-cmd += self._option('--retry', 'retries')
+

commit youtube-dl for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-02-19 12:00:00

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Tue Feb 19 12:00:00 2019 rev:96 rq:676860 version:2019.02.18

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-02-13 10:10:11.901487845 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-02-19 12:00:22.353139284 +0100
@@ -1,0 +2,25 @@
+Sun Feb 17 22:01:42 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to new upstream release 2019.02.18
+  * [tvp:website] Fix and improve extraction
+  * [tvp] Detect unavailable videos
+  * [tvp] Fix description extraction and make thumbnail optional
+  * [linuxacademy] Add support for linuxacademy.com (#12207)
+  * [bilibili] Update keys (#19233)
+  * [udemy] Extend URL regular expressions (#14330, #15883)
+  * [udemy] Update User-Agent and detect captcha (#14713, #15839, #18126)
+  * [noovo] Fix extraction (#19230)
+  * [rai] Relax URL regular expression (#19232)
+  * [vshare] Pass Referer to download request (#19205, #19221)
+  * [openload] Add support for oload.live (#19222)
+  * [imgur] Use video id as title fallback (#18590)
+  * [twitch] Add new source format detection approach (#19193)
+  * [tvplayhome] Fix video id extraction (#19190)
+  * [tvplayhome] Fix episode metadata extraction (#19190)
+  * [rutube:embed] Fix extraction (#19163)
+  * [rutube:embed] Add support private videos (#19163)
+  * [soundcloud] Extract more metadata
+  * [trunews] Add support for trunews.com (#19153)
+  * [linkedin:learning] Extract chapter_number and chapter_id (#19162)
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-02-13 
10:10:14.081487286 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-02-19 12:00:22.633139137 +0100
@@ -1,0 +2,25 @@
+Sun Feb 17 21:50:30 UTC 2019 - Sebastien CHAVAUX 
+
+- Update to new upstream release 2019.02.18
+  * [tvp:website] Fix and improve extraction
+  * [tvp] Detect unavailable videos
+  * [tvp] Fix description extraction and make thumbnail optional
+  * [linuxacademy] Add support for linuxacademy.com (#12207)
+  * [bilibili] Update keys (#19233)
+  * [udemy] Extend URL regular expressions (#14330, #15883)
+  * [udemy] Update User-Agent and detect captcha (#14713, #15839, #18126)
+  * [noovo] Fix extraction (#19230)
+  * [rai] Relax URL regular expression (#19232)
+  * [vshare] Pass Referer to download request (#19205, #19221)
+  * [openload] Add support for oload.live (#19222)
+  * [imgur] Use video id as title fallback (#18590)
+  * [twitch] Add new source format detection approach (#19193)
+  * [tvplayhome] Fix video id extraction (#19190)
+  * [tvplayhome] Fix episode metadata extraction (#19190)
+  * [rutube:embed] Fix extraction (#19163)
+  * [rutube:embed] Add support private videos (#19163)
+  * [soundcloud] Extract more metadata
+  * [trunews] Add support for trunews.com (#19153)
+  * [linkedin:learning] Extract chapter_number and chapter_id (#19162)
+
+---

Old:

  youtube-dl-2019.02.08.tar.gz
  youtube-dl-2019.02.08.tar.gz.sig

New:

  youtube-dl-2019.02.18.tar.gz
  youtube-dl-2019.02.18.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.U6Smuu/_old  2019-02-19 12:00:26.953136869 +0100
+++ /var/tmp/diff_new_pack.U6Smuu/_new  2019-02-19 12:00:26.957136867 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.02.08
+Version:2019.02.18
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.U6Smuu/_old  2019-02-19 12:00:26.981136854 +0100
+++ /var/tmp/diff_new_pack.U6Smuu/_new  2019-02-19 12:00:26.981136854 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.02.08
+Version:2019.02.18
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.02.08.tar.gz -> youtube-dl-2019.02.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-02-07 

commit youtube-dl for openSUSE:Factory

2019-02-13 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-02-13 10:09:12

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Wed Feb 13 10:09:12 2019 rev:95 rq:674348 version:2019.02.08

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-01-21 10:57:23.823506165 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-02-13 10:10:11.901487845 +0100
@@ -1,0 +2,29 @@
+Tue Feb 12 19:17:32 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.02.08
+  * [utils] Improve JSON-LD regular expression (#18058)
+  * [YoutubeDL] Fallback to ie_key of matching extractor while making
+download archive id when no explicit ie_key is provided (#19022)
+  * [malltv] Add support for mall.tv (#18058, #17856)
+  * [spankbang:playlist] Add support for playlists (#19145)
+  * [spankbang] Extend URL regular expression
+  * [trutv] Fix extraction (#17336)
+  * [toutv] Fix authentication (#16398, #18700)
+  * [pornhub] Fix tags and categories extraction (#13720, #19135)
+  * [pornhd] Fix formats extraction
+  * [pornhd] Extract like count (#19123, #19125)
+  * [radiocanada] Switch to the new media requests (#19115)
+  * [teachable] Add support for courses.workitdaily.com (#18871)
+  * [vporn] Remove extractor (#16276)
+  * [soundcloud:pagedplaylist] Add ie and title to entries (#19022, #19086)
+  * [drtuber] Extract duration (#19078)
+  * [soundcloud] Fix paged playlists extraction, add support for albums and
+   update client id
+  * [soundcloud] Update client id
+  * [drtv] Improve preference (#19079)
+  * [openload] Add support for openload.pw and oload.pw (#18930)
+  * [openload] Add support for oload.info (#19073)
+  * [crackle] Authorize media detail request (#16931)
+
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-01-28 
20:50:34.473770424 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-02-13 10:10:14.081487286 +0100
@@ -1,0 +2,28 @@
+Tue Feb 12 19:13:12 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.02.08
+  * [utils] Improve JSON-LD regular expression (#18058)
+  * [YoutubeDL] Fallback to ie_key of matching extractor while making
+download archive id when no explicit ie_key is provided (#19022)
+  * [malltv] Add support for mall.tv (#18058, #17856)
+  * [spankbang:playlist] Add support for playlists (#19145)
+  * [spankbang] Extend URL regular expression
+  * [trutv] Fix extraction (#17336)
+  * [toutv] Fix authentication (#16398, #18700)
+  * [pornhub] Fix tags and categories extraction (#13720, #19135)
+  * [pornhd] Fix formats extraction
+  * [pornhd] Extract like count (#19123, #19125)
+  * [radiocanada] Switch to the new media requests (#19115)
+  * [teachable] Add support for courses.workitdaily.com (#18871)
+  * [vporn] Remove extractor (#16276)
+  * [soundcloud:pagedplaylist] Add ie and title to entries (#19022, #19086)
+  * [drtuber] Extract duration (#19078)
+  * [soundcloud] Fix paged playlists extraction, add support for albums and
+   update client id
+  * [soundcloud] Update client id
+  * [drtv] Improve preference (#19079)
+  * [openload] Add support for openload.pw and oload.pw (#18930)
+  * [openload] Add support for oload.info (#19073)
+  * [crackle] Authorize media detail request (#16931)
+
+---

Old:

  youtube-dl-2019.01.27.tar.gz
  youtube-dl-2019.01.27.tar.gz.sig

New:

  youtube-dl-2019.02.08.tar.gz
  youtube-dl-2019.02.08.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Gdpuks/_old  2019-02-13 10:10:15.121487018 +0100
+++ /var/tmp/diff_new_pack.Gdpuks/_new  2019-02-13 10:10:15.125487017 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.01.27
+Version:2019.02.08
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Gdpuks/_old  2019-02-13 10:10:15.141487014 +0100
+++ /var/tmp/diff_new_pack.Gdpuks/_new  2019-02-13 10:10:15.145487012 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.01.27
+Version:2019.02.08
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 

commit youtube-dl for openSUSE:Factory

2019-01-28 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-01-28 20:49:45

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Mon Jan 28 20:49:45 2019 rev:94 rq:669021 version:2019.01.27

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2019-01-21 
10:57:24.655505077 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-01-28 20:50:34.473770424 +0100
@@ -1,0 +2,17 @@
+Sun Jan 27 16:38:11 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.01.27
+  * [extractor/common] Extract season in _json_ld
+  * [postprocessor/ffmpeg] Fallback to ffmpeg/avconv for audio codec detection
+(#681)
+  * [vice] Fix extraction for locked videos (#16248)
+  * [wakanim] Detect DRM protected videos
+  * [wakanim] Add support for wakanim.tv (#14374)
+  * [usatoday] Fix extraction for videos with custom brightcove partner id
+(#18990)
+  * [drtv] Fix extraction (#18989)
+  * [nhk] Extend URL regular expression (#18968)
+  * [go] Fix Adobe Pass requests for Disney Now (#18901)
+  * [openload] Add support for oload.club (#18969)
+
+---

Old:

  youtube-dl-2019.01.16.tar.gz
  youtube-dl-2019.01.16.tar.gz.sig

New:

  youtube-dl-2019.01.27.tar.gz
  youtube-dl-2019.01.27.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Np2rP4/_old  2019-01-28 20:50:35.161769698 +0100
+++ /var/tmp/diff_new_pack.Np2rP4/_new  2019-01-28 20:50:35.165769694 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.01.16
+Version:2019.01.27
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Np2rP4/_old  2019-01-28 20:50:35.189769669 +0100
+++ /var/tmp/diff_new_pack.Np2rP4/_new  2019-01-28 20:50:35.189769669 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.01.16
+Version:2019.01.27
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.01.16.tar.gz -> youtube-dl-2019.01.27.tar.gz ++
 2004 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-01-21 10:57:08

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Mon Jan 21 10:57:08 2019 rev:93 rq:666344 version:2019.01.16

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-01-15 09:18:26.650119823 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-01-21 10:57:23.823506165 +0100
@@ -1,0 +2,12 @@
+Tue Jan 15 21:15:11 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.01.16
+  * Fix uplynk ad skipping
+  * Extractors:
+  * youtube: Skip unsupported adaptive stream type
+  * youtube: Extract DASH formats from player response
+  * Fix extraction for funimation, skylinewebcams
+  * curiositystream: Add support for non app URLs
+  * Add support for playplus.com
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.01.10.tar.gz
  youtube-dl-2019.01.10.tar.gz.sig

New:

  youtube-dl-2019.01.16.tar.gz
  youtube-dl-2019.01.16.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.byMz9q/_old  2019-01-21 10:57:25.935503402 +0100
+++ /var/tmp/diff_new_pack.byMz9q/_new  2019-01-21 10:57:25.935503402 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.01.10
+Version:2019.01.16
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.byMz9q/_old  2019-01-21 10:57:25.951503381 +0100
+++ /var/tmp/diff_new_pack.byMz9q/_new  2019-01-21 10:57:25.951503381 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.01.10
+Version:2019.01.16
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.01.10.tar.gz -> youtube-dl-2019.01.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-01-10 17:26:46.0 +0100
+++ new/youtube-dl/ChangeLog2019-01-15 20:24:05.0 +0100
@@ -1,3 +1,21 @@
+version 2019.01.16
+
+Core
++ [test/helper] Add support for maxcount and count collection len checkers
+* [downloader/hls] Fix uplynk ad skipping (#18824)
+* [postprocessor/ffmpeg] Improve ffmpeg version parsing (#18813)
+
+Extractors
+* [youtube] Skip unsupported adaptive stream type (#18804)
++ [youtube] Extract DASH formats from player response (#18804)
+* [funimation] Fix extraction (#14089)
+* [skylinewebcams] Fix extraction (#18853)
++ [curiositystream] Add support for non app URLs
++ [bitchute] Check formats (#18833)
+* [wistia] Extend URL regular expression (#18823)
++ [playplustv] Add support for playplus.com (#18789)
+
+
 version 2019.01.10
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2019-01-10 17:26:52.0 +0100
+++ new/youtube-dl/README.md2019-01-15 20:24:07.0 +0100
@@ -496,7 +496,7 @@
 
 **tl;dr:** [navigate me to examples](#output-template-examples).
 
-The basic usage is not to set any template arguments when downloading a single 
file, like in `youtube-dl -o funny_video.flv "https://some/video"`. However, it 
may contain special sequences that will be replaced when downloading each 
video. The special sequences may be formatted according to [python string 
formatting 
operations](https://docs.python.org/2/library/stdtypes.html#string-formatting). 
For example, `%(NAME)s` or `%(NAME)05d`. To clarify, that is a percent symbol 
followed by a name in parentheses, followed by a formatting operations. Allowed 
names along with sequence type are:
+The basic usage is not to set any template arguments when downloading a single 
file, like in `youtube-dl -o funny_video.flv "https://some/video"`. However, it 
may contain special sequences that will be replaced when downloading each 
video. The special sequences may be formatted according to [python string 
formatting 
operations](https://docs.python.org/2/library/stdtypes.html#string-formatting). 
For example, `%(NAME)s` or `%(NAME)05d`. To clarify, that is a percent symbol 
followed by a 

commit youtube-dl for openSUSE:Factory

2019-01-15 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-01-15 09:17:39

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Tue Jan 15 09:17:39 2019 rev:92 rq:665362 version:2019.01.10

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2019-01-08 12:31:43.60527 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-01-15 09:18:26.650119823 +0100
@@ -1,0 +2,12 @@
+Thu Jan 10 21:50:10 UTC 2019 - Sebastien CHAVAUX 

+
+- Update to new upstream release 2019.01.10
+  * Embed subtitles with non-standard language codes
+  * Add language codes replaced in 1989 revision of ISO 639
+to ISO639Utils
+  * youtube: Extract live HLS URL from player response
+  * Add support for outsidetv.com, National Geographic,
+playplus.tv, gaia.com, hungama.com
+  * Use JW Platform Delivery API V2 and add support for more URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2019.01.02.tar.gz
  youtube-dl-2019.01.02.tar.gz.sig

New:

  youtube-dl-2019.01.10.tar.gz
  youtube-dl-2019.01.10.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KmQWNm/_old  2019-01-15 09:18:29.626117045 +0100
+++ /var/tmp/diff_new_pack.KmQWNm/_new  2019-01-15 09:18:29.630117041 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2019.01.02
+Version:2019.01.10
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KmQWNm/_old  2019-01-15 09:18:29.650117023 +0100
+++ /var/tmp/diff_new_pack.KmQWNm/_new  2019-01-15 09:18:29.654117019 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2019.01.02
+Version:2019.01.10
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2019.01.02.tar.gz -> youtube-dl-2019.01.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2019-01-02 17:52:51.0 +0100
+++ new/youtube-dl/ChangeLog2019-01-10 17:26:46.0 +0100
@@ -1,3 +1,29 @@
+version 2019.01.10
+
+Core
+* [extractor/common] Use episode name as title in _json_ld
++ [extractor/common] Add support for movies in _json_ld
+* [postprocessor/ffmpeg] Embed subtitles with non-standard language codes
+  (#18765)
++ [utils] Add language codes replaced in 1989 revision of ISO 639
+  to ISO639Utils (#18765)
+
+Extractors
+* [youtube] Extract live HLS URL from player response (#18799)
++ [outsidetv] Add support for outsidetv.com (#18774)
+* [jwplatform] Use JW Platform Delivery API V2 and add support for more URLs
++ [fox] Add support National Geographic (#17985, #15333, #14698)
++ [playplustv] Add support for playplus.tv (#18789)
+* [globo] Set GLBID cookie manually (#17346)
++ [gaia] Add support for gaia.com (#14605)
+* [youporn] Fix title and description extraction (#18748)
++ [hungama] Add support for hungama.com (#17402, #18771)
+* [dtube] Fix extraction (#18741)
+* [tvnow] Fix and rework extractors and prepare for a switch to the new API
+  (#17245, #18499)
+* [carambatv:page] Fix extraction (#18739)
+
+
 version 2019.01.02
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2019-01-02 17:52:54.0 
+0100
+++ new/youtube-dl/docs/supportedsites.md   2019-01-10 17:26:53.0 
+0100
@@ -320,6 +320,7 @@
  - **Fusion**
  - **Fux**
  - **FXNetworks**
+ - **Gaia**
  - **GameInformer**
  - **GameOne**
  - **gameone:playlist**
@@ -370,6 +371,8 @@
  - **HRTiPlaylist**
  - **Huajiao**: 花椒直播
  - **HuffPost**: Huffington Post
+ - **Hungama**
+ - **HungamaSong**
  - **Hypem**
  - **Iconosquare**
  - **ign.com**
@@ -540,8 +543,6 @@
  - **MyviEmbed**
  - **MyVisionTV**
  - **n-tv.de**
- - **natgeo**
- - **natgeo:episodeguide**
  - **natgeo:video**
  - **Naver**
  - **NBA**
@@ -642,6 +643,7 @@
  - **orf:oe1**: Radio Österreich 1
  - **orf:tvthek**: ORF TVthek
  - **OsnatelTV**
+ - **OutsideTV**
  - **PacktPub**
  - **PacktPubCourse**
  - 

commit youtube-dl for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2019-01-08 12:29:51

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Tue Jan  8 12:29:51 2019 rev:91 rq:663450 version:2019.01.02

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-12-11 15:49:16.766110627 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/python-youtube-dl.changes  
2019-01-08 12:31:43.60527 +0100
@@ -1,0 +2,26 @@
+Mon Jan  7 21:50:04 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.01.02
+  * Add support for classic.ardmediathek.de,
+learning.oreilly.com, embed.acast.com, Scripps Networks watch
+domains, lecturio.de, npostart.nl, play.acast.com,
+subscription.packtpub.com.
+
+---
+Sat Dec 22 15:34:11 UTC 2018 - s...@suspend.net
+
+- Update to new upstream releease 2018.12.17
+  * ard: Improve geo restricted videos extraction
+  * ard: Fix subtitles extraction
+  * ard: Improve extraction robustness
+  * ard: Relax URL regular expression
+  * acast: Add support for embed.acast.com/play.acast.com
+  * iprima: Relax URL regular expression
+  * vrv: Fix initial state extraction
+  * youtube: Fix mark watched
+  * safari: Add support for learning.oreilly.com
+  * youtube: Fix multifeed extraction
+  * lecturio: Improve subtitles extraction
+  * uol: Fix format URL extraction
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2018-12-24 
11:48:19.933084298 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2019-01-08 12:31:43.292060209 +0100
@@ -0,0 +1,10 @@
+---
+Mon Jan  7 21:50:04 UTC 2019 - Jan Engelhardt 
+
+- Update to new upstream release 2019.01.02
+  * Add support for classic.ardmediathek.de,
+learning.oreilly.com, embed.acast.com, Scripps Networks watch
+domains, lecturio.de, npostart.nl, play.acast.com,
+subscription.packtpub.com.
+
+---

Old:

  youtube-dl-2018.12.17.tar.gz
  youtube-dl-2018.12.17.tar.gz.sig

New:

  youtube-dl-2019.01.02.tar.gz
  youtube-dl-2019.01.02.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.PJT9ut/_old  2019-01-08 12:31:43.864059588 +0100
+++ /var/tmp/diff_new_pack.PJT9ut/_new  2019-01-08 12:31:43.872059579 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-youtube-dl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.12.17
+Version:2019.01.02
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.PJT9ut/_old  2019-01-08 12:31:43.896059553 +0100
+++ /var/tmp/diff_new_pack.PJT9ut/_new  2019-01-08 12:31:43.908059540 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.12.17
+Version:2019.01.02
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.12.17.tar.gz -> youtube-dl-2019.01.02.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-12-16 23:37:46.0 +0100
+++ new/youtube-dl/ChangeLog2019-01-02 17:52:51.0 +0100
@@ -1,3 +1,38 @@
+version 2019.01.02
+
+Extractors
+* [discovery] Use geo verification headers (#17838)
++ [packtpub] Add support for subscription.packtpub.com (#18718)
+* [yourporn] Fix extraction (#18583)
++ [acast:channel] Add support for play.acast.com (#18587)
++ 

commit youtube-dl for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-12-24 11:48:18

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.28833 (New)


Package is "youtube-dl"

Mon Dec 24 11:48:18 2018 rev:90 rq:660863 version:2018.12.17

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2018-12-11 
15:49:20.722106259 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.28833/youtube-dl.changes 
2018-12-24 11:48:19.933084298 +0100
@@ -0,0 +1,16 @@
+Sat Dec 22 15:34:11 UTC 2018 - s...@suspend.net
+
+- Update to new upstream releease 2018.12.17
+  * ard: Improve geo restricted videos extraction
+  * ard: Fix subtitles extraction
+  * ard: Improve extraction robustness
+  * ard: Relax URL regular expression
+  * acast: Add support for embed.acast.com/play.acast.com
+  * iprima: Relax URL regular expression
+  * vrv: Fix initial state extraction
+  * youtube: Fix mark watched
+  * safari: Add support for learning.oreilly.com
+  * youtube: Fix multifeed extraction
+  * lecturio: Improve subtitles extraction
+  * uol: Fix format URL extraction
+

Old:

  youtube-dl-2018.12.09.tar.gz
  youtube-dl-2018.12.09.tar.gz.sig

New:

  youtube-dl-2018.12.17.tar.gz
  youtube-dl-2018.12.17.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KdvLek/_old  2018-12-24 11:48:20.485083814 +0100
+++ /var/tmp/diff_new_pack.KdvLek/_new  2018-12-24 11:48:20.489083810 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.12.09
+Version:2018.12.17
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.KdvLek/_old  2018-12-24 11:48:20.509083793 +0100
+++ /var/tmp/diff_new_pack.KdvLek/_new  2018-12-24 11:48:20.513083789 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.12.09
+Version:2018.12.17
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.12.09.tar.gz -> youtube-dl-2018.12.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-12-09 17:11:30.0 +0100
+++ new/youtube-dl/ChangeLog2018-12-16 23:37:46.0 +0100
@@ -1,3 +1,21 @@
+version 2018.12.17
+
+Extractors
+* [ard:beta] Improve geo restricted videos extraction
+* [ard:beta] Fix subtitles extraction
+* [ard:beta] Improve extraction robustness
+* [ard:beta] Relax URL regular expression (#18441)
+* [acast] Add support for embed.acast.com and play.acast.com (#18483)
+* [iprima] Relax URL regular expression (#18515, #18540)
+* [vrv] Fix initial state extraction (#18553)
+* [youtube] Fix mark watched (#18546)
++ [safari] Add support for learning.oreilly.com (#18510)
+* [youtube] Fix multifeed extraction (#18531)
+* [lecturio] Improve subtitles extraction (#18488)
+* [uol] Fix format URL extraction (#18480)
++ [ard:mediathek] Add support for classic.ardmediathek.de (#18473)
+
+
 version 2018.12.09
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2018-12-09 17:11:32.0 +0100
+++ new/youtube-dl/README.md2018-12-16 23:37:49.0 +0100
@@ -1024,7 +1024,7 @@
 ```
 5. Add an import in 
[`youtube_dl/extractor/extractors.py`](https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/extractors.py).
 6. Run `python test/test_download.py TestDownload.test_YourExtractor`. This 
*should fail* at first, but you can continually re-run it until you're done. If 
you decide to add more than one test, then rename ``_TEST`` to ``_TESTS`` and 
make it into a list of dictionaries. The tests will then be named 
`TestDownload.test_YourExtractor`, `TestDownload.test_YourExtractor_1`, 
`TestDownload.test_YourExtractor_2`, etc. Note that tests with `only_matching` 
key in test's dict are not counted in.
-7. Have a look at 
[`youtube_dl/extractor/common.py`](https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py)
 for possible helper methods and a [detailed description of what your extractor 
should and may 
return](https://github.com/rg3/youtube-dl/blob/master/youtube_dl/extractor/common.py#L74-L252).
 Add tests and code 

commit youtube-dl for openSUSE:Factory

2018-12-11 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-12-11 15:49:14

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.19453 (New)


Package is "youtube-dl"

Tue Dec 11 15:49:14 2018 rev:89 rq:657016 version:2018.12.09

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-11-26 10:31:50.496920009 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.19453/python-youtube-dl.changes  
2018-12-11 15:49:16.766110627 +0100
@@ -1,0 +2,9 @@
+Tue Dec 11 00:12:32 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 2018.12.09
+  * wistia: Add support for fast.wistia.com
+  * vimeo: Add support for VHX subtitles (Vimeo OTT)
+  * aenetworks: add support for History Vault
+  * teachable: Add support for teachable based platform sites
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.11.23.tar.gz
  youtube-dl-2018.11.23.tar.gz.sig

New:

  youtube-dl-2018.12.09.tar.gz
  youtube-dl-2018.12.09.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.A8ehHw/_old  2018-12-11 15:49:23.522103167 +0100
+++ /var/tmp/diff_new_pack.A8ehHw/_new  2018-12-11 15:49:23.522103167 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.11.23
+Version:2018.12.09
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.A8ehHw/_old  2018-12-11 15:49:23.550103136 +0100
+++ /var/tmp/diff_new_pack.A8ehHw/_new  2018-12-11 15:49:23.554103132 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.11.23
+Version:2018.12.09
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.11.23.tar.gz -> youtube-dl-2018.12.09.tar.gz ++
 2005 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-11-26 10:31:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new.19453 (New)


Package is "youtube-dl"

Mon Nov 26 10:31:06 2018 rev:88 rq:651431 version:2018.11.23

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-11-12 09:45:42.484801875 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new.19453/python-youtube-dl.changes  
2018-11-26 10:31:50.496920009 +0100
@@ -1,0 +2,28 @@
+Fri Nov 23 13:34:30 UTC 2018 - sschric...@suse.de
+
+- Update to new upstream release 2018.11.23
+  * [mixcloud] Fallback to hardcoded decryption key
+  * [nbc:news] Fix article extraction
+  * [foxsports] Fix extraction
+  * [ciscolive] Add support for ciscolive.cisco.com
+  * [nzz] Relax kaltura regex
+  * [kaltura] Limit requested MediaEntry fields
+  * [americastestkitchen] Add support for zype embeds
+  * [nova:embed] Fix extraction
+
+---
+Sun Nov 18 01:35:33 UTC 2018 - seb95.s...@gmail.com
+
+- Update to new upstream release 2018.11.18
+  * [wwe] Add support for wwe.com
+  * [vk] Detect geo restriction
+  * [openload] Use original host during extraction
+  * [atvat] Fix extraction
+  * [rte] Add support for new API endpoint
+  * [tnaflixnetwork:embed] Fix extraction
+  * [picarto] Use API and add token support
+  * [zype] Add support for player.zype.com
+  * [vivo] Fix extraction
+  * [ruutu] Update API endpoint
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.11.07.tar.gz
  youtube-dl-2018.11.07.tar.gz.sig

New:

  youtube-dl-2018.11.23.tar.gz
  youtube-dl-2018.11.23.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MO6Oxm/_old  2018-11-26 10:31:54.816914947 +0100
+++ /var/tmp/diff_new_pack.MO6Oxm/_new  2018-11-26 10:31:54.820914943 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.11.07
+Version:2018.11.23
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.MO6Oxm/_old  2018-11-26 10:31:54.844914914 +0100
+++ /var/tmp/diff_new_pack.MO6Oxm/_new  2018-11-26 10:31:54.844914914 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.11.07
+Version:2018.11.23
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
@@ -42,23 +42,22 @@
 rm -f youtube-dl
 
 %build
-perl -i -pe '
-s{^PREFIX\ \?=\ %_prefix/local}{PREFIX ?= %_prefix};
-s{^BINDIR\ \?=\ \$\(PREFIX\)/bin}{BINDIR\ \?=\ %_bindir};
-s{^MANDIR\ \?=\ \$\(PREFIX\)/man}{MANDIR\ \?=\ %_mandir};
-s{^SHAREDIR\ \?=\ \$\(PREFIX\)/share}{SHAREDIR\ \?=\ %_datadir};' 
Makefile
 make %{?_smp_mflags}
 
 %install
-%make_install
+install -D -m 755 youtube-dl %buildroot/%_bindir/youtube-dl
+install -D -m 644 youtube-dl.bash-completion 
%buildroot/%_datadir/bash-completion/completions/youtube-dl
+install -D -m 644 youtube-dl.zsh 
%buildroot/%_datadir/zsh/site-functions/_youtube-dl
+install -D -m 644 youtube-dl.fish 
%buildroot/%_datadir/fish/completions/youtube-dl.fish
+install -D -m 644 youtube-dl.1 %buildroot/%_mandir/man1/youtube-dl.1
 
 %files
 %license LICENSE
 %doc README.txt
 %_bindir/youtube-dl
-%_mandir/man1/*
-%config %_sysconfdir/bash_completion.d/
-%config %_sysconfdir/fish/
-%config %_datadir/zsh/
+%_mandir/man1/youtube-dl.1*
+%_datadir/fish/
+%_datadir/zsh/
+%_datadir/bash-completion/
 
 %changelog

++ youtube-dl-2018.11.07.tar.gz -> youtube-dl-2018.11.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-11-06 19:38:22.0 +0100
+++ new/youtube-dl/ChangeLog2018-11-22 18:16:43.0 +0100
@@ -1,3 +1,40 @@
+version 2018.11.23
+
+Core
++ [setup.py] Add more relevant classifiers
+
+Extractors
+* [mixcloud] Fallback to hardcoded decryption key (#18016)
+* [nbc:news] Fix article extraction (#16194)
+* [foxsports] Fix extraction (#17543)
+* [loc] Relax regular expression and improve formats extraction
++ [ciscolive] Add support for ciscolive.cisco.com (#17984)
+* [nzz] Relax kaltura regex (#18228)
+* [sixplay] Fix formats extraction
+* 

commit youtube-dl for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-11-12 09:45:05

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Nov 12 09:45:05 2018 rev:87 rq:648245 version:2018.11.07

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-11-06 14:39:38.528573056 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-11-12 09:45:42.484801875 +0100
@@ -1,0 +2,13 @@
+Sat Nov 10 23:23:40 CET 2018 - mc...@suse.com
+
+- Update to new upstream release 2018.11.07
+* Add another JS signature function name regex (#18091,
+  #18093, #18094)
+* [facebook] Fix tahoe request (#17171)
+* [cliphunter] Fix extraction (#18083)
+* [youtube:playlist] Add support for invidio.us (#18077)
+* [zattoo] Arrange API hosts for derived extractors (#18035)
+* [youtube] Add fallback metadata extraction from
+  videoDetails (#18052)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.11.03.tar.gz
  youtube-dl-2018.11.03.tar.gz.sig

New:

  youtube-dl-2018.11.07.tar.gz
  youtube-dl-2018.11.07.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.CZHfO4/_old  2018-11-12 09:45:50.364789904 +0100
+++ /var/tmp/diff_new_pack.CZHfO4/_new  2018-11-12 09:45:50.368789898 +0100
@@ -19,12 +19,12 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.11.03
+Version:2018.11.07
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Development/Languages/Python
-Url:http://rg3.github.io/youtube-dl/
+URL:http://rg3.github.io/youtube-dl/
 Source: 
http://youtube-dl.org/downloads/%version/%modname-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%modname-%version.tar.gz.sig
 Source3:%modname.keyring
@@ -32,7 +32,6 @@
 BuildRequires:  %{python_module xml}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
@@ -57,8 +56,8 @@
 %python_expand %fdupes -s %buildroot/%{$python_sitelib}
 
 %files %python_files
-%defattr(-,root,root)
-%doc LICENSE README.txt
+%license LICENSE
+%doc README.txt
 %python_sitelib/youtube_dl
 %python_sitelib/youtube_dl-*-py%python_version.egg-info
 

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.CZHfO4/_old  2018-11-12 09:45:50.384789874 +0100
+++ /var/tmp/diff_new_pack.CZHfO4/_new  2018-11-12 09:45:50.384789874 +0100
@@ -17,12 +17,12 @@
 
 
 Name:   youtube-dl
-Version:2018.11.03
+Version:2018.11.07
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Productivity/Networking/Web/Utilities
-Url:http://rg3.github.io/youtube-dl/
+URL:http://rg3.github.io/youtube-dl/
 #Git-Clone: https://github.com/rg3/youtube-dl
 Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
@@ -31,7 +31,6 @@
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 BuildRequires:  zip
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
 %description
@@ -44,7 +43,7 @@
 
 %build
 perl -i -pe '
-s{^PREFIX\ \?=\ /usr/local}{PREFIX ?= %_prefix};
+s{^PREFIX\ \?=\ %_prefix/local}{PREFIX ?= %_prefix};
 s{^BINDIR\ \?=\ \$\(PREFIX\)/bin}{BINDIR\ \?=\ %_bindir};
 s{^MANDIR\ \?=\ \$\(PREFIX\)/man}{MANDIR\ \?=\ %_mandir};
 s{^SHAREDIR\ \?=\ \$\(PREFIX\)/share}{SHAREDIR\ \?=\ %_datadir};' 
Makefile
@@ -54,8 +53,8 @@
 %make_install
 
 %files
-%defattr(-,root,root)
-%doc LICENSE README.txt
+%license LICENSE
+%doc README.txt
 %_bindir/youtube-dl
 %_mandir/man1/*
 %config %_sysconfdir/bash_completion.d/

++ youtube-dl-2018.11.03.tar.gz -> youtube-dl-2018.11.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-11-02 20:57:46.0 +0100
+++ new/youtube-dl/ChangeLog2018-11-06 19:38:22.0 +0100
@@ -1,3 +1,15 @@
+version 2018.11.07
+
+Extractors
++ [youtube] Add another 

commit youtube-dl for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-11-06 14:39:26

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Nov  6 14:39:26 2018 rev:86 rq:646425 version:2018.11.03

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-10-15 09:45:45.335216162 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-11-06 14:39:38.528573056 +0100
@@ -1,0 +2,9 @@
+Mon Nov 05 05:15:45 UTC 2018 - s...@suspend.net
+
+- Update to new upstream release 2018.11.03
+  * Add support for ehftv.com
+  * Add support for twitcasting.tv
+  * Add support for oload.fun
+  * Add support for linkedin.com/earning
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.10.05.tar.gz
  youtube-dl-2018.10.05.tar.gz.sig

New:

  youtube-dl-2018.11.03.tar.gz
  youtube-dl-2018.11.03.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.wFad6b/_old  2018-11-06 14:39:40.820569593 +0100
+++ /var/tmp/diff_new_pack.wFad6b/_new  2018-11-06 14:39:40.820569593 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.10.05
+Version:2018.11.03
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.wFad6b/_old  2018-11-06 14:39:40.868569520 +0100
+++ /var/tmp/diff_new_pack.wFad6b/_new  2018-11-06 14:39:40.872569515 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.10.05
+Version:2018.11.03
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.10.05.tar.gz -> youtube-dl-2018.11.03.tar.gz ++
 2009 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-10-15 09:45:22

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Oct 15 09:45:22 2018 rev:85 rq:641918 version:2018.10.05

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-09-11 17:19:20.871221546 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-10-15 09:45:45.335216162 +0200
@@ -1,0 +2,8 @@
+Sat Oct 13 18:55:46 UTC 2018 - s...@suspend.net
+
+- Update to new upstream release 2018.10.05
+  * Improve authentication (#17762)
+  * Fix extraction (#17699)
+  * Switch to HTTPS for RpcApi (#17749)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.09.08.tar.gz
  youtube-dl-2018.09.08.tar.gz.sig

New:

  youtube-dl-2018.10.05.tar.gz
  youtube-dl-2018.10.05.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.WlQnFJ/_old  2018-10-15 09:45:55.311205018 +0200
+++ /var/tmp/diff_new_pack.WlQnFJ/_new  2018-10-15 09:45:55.343204983 +0200
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.09.08
+Version:2018.10.05
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.WlQnFJ/_old  2018-10-15 09:45:55.795204478 +0200
+++ /var/tmp/diff_new_pack.WlQnFJ/_new  2018-10-15 09:45:55.839204429 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   youtube-dl
-Version:2018.09.08
+Version:2018.10.05
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.09.08.tar.gz -> youtube-dl-2018.10.05.tar.gz ++
 2235 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-09-11 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-09-11 17:19:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Sep 11 17:19:02 2018 rev:84 rq:634717 version:2018.09.08

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-08-29 12:26:36.075580493 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-09-11 17:19:20.871221546 +0200
@@ -1,0 +2,7 @@
+Mon Sep 10 10:39:28 UTC 2018 - Jan Engelhardt 
+
+- Update to new upstream release 2018.09.08
+  * ard: Add support for Beta ARD Mediathek
+  * crunchyroll: parse vilos media data
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.08.28.tar.gz
  youtube-dl-2018.08.28.tar.gz.sig

New:

  youtube-dl-2018.09.08.tar.gz
  youtube-dl-2018.09.08.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eC2zRH/_old  2018-09-11 17:19:21.611220413 +0200
+++ /var/tmp/diff_new_pack.eC2zRH/_new  2018-09-11 17:19:21.615220407 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.08.28
+Version:2018.09.08
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eC2zRH/_old  2018-09-11 17:19:21.635220376 +0200
+++ /var/tmp/diff_new_pack.eC2zRH/_new  2018-09-11 17:19:21.635220376 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.08.28
+Version:2018.09.08
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.08.28.tar.gz -> youtube-dl-2018.09.08.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-08-27 22:10:06.0 +0200
+++ new/youtube-dl/ChangeLog2018-09-07 22:42:22.0 +0200
@@ -1,3 +1,30 @@
+version 2018.09.08
+
+Extractors
+* [youtube] Fix extraction (#17457, #17464)
++ [pornhub:uservideos] Add support for new URLs (#17388)
+* [iprima] Confirm adult check (#17437)
+* [slideslive] Make check for video service name case-insensitive (#17429)
+* [radiojavan] Fix extraction (#17151)
+* [generic] Skip unsuccessful jwplayer extraction (#16735)
+
+
+version 2018.09.01
+
+Core
+* [utils] Skip remote IP addresses non matching to source address' IP version
+  when creating a connection (#13422, #17362)
+
+Extractors
++ [ard] Add support for one.ard.de (#17397)
+* [niconico] Fix extraction on python3 (#17393, #17407)
+* [ard] Extract f4m formats
+* [crunchyroll] Parse vilos media data (#17343)
++ [ard] Add support for Beta ARD Mediathek
++ [bandcamp] Extract more metadata (#13197)
+* [internazionale] Fix extraction of non-available-abroad videos (#17386)
+
+
 version 2018.08.28
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2018-08-27 22:10:09.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2018-09-07 22:42:28.0 
+0200
@@ -56,6 +56,7 @@
  - **archive.org**: archive.org videos
  - **ARD**
  - **ARD:mediathek**
+ - **ARDBetaMediathek**
  - **Arkena**
  - **arte.tv**
  - **arte.tv:+7**
@@ -191,7 +192,7 @@
  - **Crackle**
  - **Criterion**
  - **CrooksAndLiars**
- - **Crunchyroll**
+ - **crunchyroll**
  - **crunchyroll:playlist**
  - **CSNNE**
  - **CSpan**: C-SPAN
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/ard.py 
new/youtube-dl/youtube_dl/extractor/ard.py
--- old/youtube-dl/youtube_dl/extractor/ard.py  2018-08-27 22:08:34.0 
+0200
+++ new/youtube-dl/youtube_dl/extractor/ard.py  2018-09-04 05:09:44.0 
+0200
@@ -21,7 +21,7 @@
 
 class ARDMediathekIE(InfoExtractor):
 IE_NAME = 'ARD:mediathek'
-_VALID_URL = 
r'^https?://(?:(?:www\.)?ardmediathek\.de|mediathek\.(?:daserste|rbb-online)\.de)/(?:.*/)(?P[0-9]+|[^0-9][^/\?]+)[^/\?]*(?:\?.*)?'
+_VALID_URL = 

commit youtube-dl for openSUSE:Factory

2018-08-29 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-08-29 12:26:34

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Wed Aug 29 12:26:34 2018 rev:83 rq:631955 version:2018.08.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-08-27 12:59:16.428811245 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-08-29 12:26:36.075580493 +0200
@@ -1,0 +2,9 @@
+Tue Aug 28 10:26:30 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.08.28
+  * nova:embed: Add extractor (closes #17282)
+  * Add support for vidzi.nu, vidto.se
+  * youtube:playlist: Add support for music album playlists
+(OLAK5uy_ prefix)
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.08.22.tar.gz
  youtube-dl-2018.08.22.tar.gz.sig

New:

  youtube-dl-2018.08.28.tar.gz
  youtube-dl-2018.08.28.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.oa5ejp/_old  2018-08-29 12:26:36.911582327 +0200
+++ /var/tmp/diff_new_pack.oa5ejp/_new  2018-08-29 12:26:36.915582336 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.08.22
+Version:2018.08.28
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.oa5ejp/_old  2018-08-29 12:26:36.931582371 +0200
+++ /var/tmp/diff_new_pack.oa5ejp/_new  2018-08-29 12:26:36.935582379 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.08.22
+Version:2018.08.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.08.22.tar.gz -> youtube-dl-2018.08.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-08-21 21:32:14.0 +0200
+++ new/youtube-dl/ChangeLog2018-08-27 22:10:06.0 +0200
@@ -1,3 +1,17 @@
+version 2018.08.28
+
+Extractors
++ [youtube:playlist] Add support for music album playlists (OLAK5uy_ prefix)
+  (#17361)
+* [bitchute] Fix extraction by pass custom User-Agent (#17360)
+* [webofstories:playlist] Fix extraction (#16914)
++ [tvplayhome] Add support for new tvplay URLs (#17344)
++ [generic] Allow relative src for videojs embeds (#17324)
++ [xfileshare] Add support for vidto.se (#17317)
++ [vidzi] Add support for vidzi.nu (#17316)
++ [nova:embed] Add support for media.cms.nova.cz (#17282)
+
+
 version 2018.08.22
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2018-08-21 21:32:18.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2018-08-27 22:10:09.0 
+0200
@@ -580,6 +580,7 @@
  - **Normalboots**
  - **NosVideo**
  - **Nova**: TN.cz, Prásk.tv, Nova.cz, Novaplus.cz, FANDA.tv, Krásná.cz and 
Doma.cz
+ - **NovaEmbed**
  - **nowness**
  - **nowness:playlist**
  - **nowness:series**
@@ -916,6 +917,7 @@
  - **tvp:embed**: Telewizja Polska
  - **tvp:series**
  - **TVPlayer**
+ - **TVPlayHome**
  - **Tweakers**
  - **twitch:chapter**
  - **twitch:clips**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/bitchute.py 
new/youtube-dl/youtube_dl/extractor/bitchute.py
--- old/youtube-dl/youtube_dl/extractor/bitchute.py 2018-08-21 
21:31:14.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/bitchute.py 2018-08-27 
22:08:34.0 +0200
@@ -33,7 +33,9 @@
 video_id = self._match_id(url)
 
 webpage = self._download_webpage(
-'https://www.bitchute.com/video/%s' % video_id, video_id)
+'https://www.bitchute.com/video/%s' % video_id, video_id, headers={
+'User-Agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) 
AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.57 Safari/537.36',
+})
 
 title = self._search_regex(
 (r'<[^>]+\bid=["\']video-title[^>]+>([^<]+)', r'([^<]+)'),

commit youtube-dl for openSUSE:Factory

2018-08-06 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-08-06 11:54:32

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Aug  6 11:54:32 2018 rev:81 rq:627539 version:2018.08.04

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-07-31 16:02:18.043842186 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-08-06 11:54:35.645277323 +0200
@@ -1,0 +2,6 @@
+Sun Aug  5 16:27:35 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.08.04
+  * viqeo: add extractor
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.07.29.tar.gz
  youtube-dl-2018.07.29.tar.gz.sig

New:

  youtube-dl-2018.08.04.tar.gz
  youtube-dl-2018.08.04.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.zefbrn/_old  2018-08-06 11:54:36.481278775 +0200
+++ /var/tmp/diff_new_pack.zefbrn/_new  2018-08-06 11:54:36.485278782 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.07.29
+Version:2018.08.04
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.zefbrn/_old  2018-08-06 11:54:36.501278810 +0200
+++ /var/tmp/diff_new_pack.zefbrn/_new  2018-08-06 11:54:36.501278810 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.07.29
+Version:2018.08.04
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.07.29.tar.gz -> youtube-dl-2018.08.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-07-29 02:02:14.0 +0200
+++ new/youtube-dl/ChangeLog2018-08-03 20:23:21.0 +0200
@@ -1,3 +1,15 @@
+version 2018.08.04
+
+Extractors
+* [funk:channel] Improve byChannelAlias extraction (#17142)
+* [twitch] Fix authentication (#17024, #17126)
+* [twitch:vod] Improve URL regular expression (#17135)
+* [watchbox] Fix extraction (#17107)
+* [pbs] Fix extraction (#17109)
+* [theplatform] Relax URL regular expression (#16181, #17097)
++ [viqeo] Add support for viqeo.tv (#17066)
+
+
 version 2018.07.29
 
 Extractors
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2018-07-29 02:02:18.0 
+0200
+++ new/youtube-dl/docs/supportedsites.md   2018-08-03 20:23:24.0 
+0200
@@ -1001,6 +1001,7 @@
  - **Vimple**: Vimple - one-click video hosting
  - **Vine**
  - **vine:user**
+ - **Viqeo**
  - **Viu**
  - **viu:ott**
  - **viu:playlist**
Binary files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/extractors.py 
new/youtube-dl/youtube_dl/extractor/extractors.py
--- old/youtube-dl/youtube_dl/extractor/extractors.py   2018-07-29 
02:01:03.0 +0200
+++ new/youtube-dl/youtube_dl/extractor/extractors.py   2018-07-29 
02:08:35.0 +0200
@@ -1291,6 +1291,7 @@
 VikiIE,
 VikiChannelIE,
 )
+from .viqeo import ViqeoIE
 from .viu import (
 ViuIE,
 ViuPlaylistIE,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/extractor/funk.py 
new/youtube-dl/youtube_dl/extractor/funk.py
--- old/youtube-dl/youtube_dl/extractor/funk.py 2018-07-29 02:00:53.0 
+0200
+++ new/youtube-dl/youtube_dl/extractor/funk.py 2018-07-29 02:08:35.0 
+0200
@@ -1,6 +1,7 @@
 # coding: utf-8
 from __future__ import unicode_literals
 
+import itertools
 import re
 
 from .common import InfoExtractor
@@ -125,17 +126,31 @@
 # Id-based channels are currently broken on their side: webplayer
 # tries to process them via byChannelAlias endpoint and fails
 # predictably.
-by_channel_alias = self._download_json(
-'https://www.funk.net/api/v3.1/webapp/videos/byChannelAlias/%s'
-% channel_id,
-'Downloading byChannelAlias JSON', 

commit youtube-dl for openSUSE:Factory

2018-07-27 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-07-27 10:57:04

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Fri Jul 27 10:57:04 2018 rev:79 rq:625407 version:2018.07.21

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2018-06-08 
23:17:23.343895489 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2018-07-27 10:58:11.761870917 +0200
@@ -1,0 +2,12 @@
+Thu Jul 26 11:06:51 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream releases 2018.07.21
+  * pbs: Add another cove id pattern
+  * dailymotion: add support for password protected videos
+  * vidzi: Fix extraction
+  * Prefer ffmpeg over avconv by default
+  * dctptv: Restore extraction based on REST API
+  * nrktv: Add support for new episode URL schema
+  * nrktv: Add support for new season and serie URL schema
+
+---

Old:

  youtube-dl-2018.06.04.tar.gz
  youtube-dl-2018.06.04.tar.gz.sig

New:

  youtube-dl-2018.07.21.tar.gz
  youtube-dl-2018.07.21.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YTRI6P/_old  2018-07-27 10:58:12.341872027 +0200
+++ /var/tmp/diff_new_pack.YTRI6P/_new  2018-07-27 10:58:12.341872027 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.06.04
+Version:2018.07.21
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YTRI6P/_old  2018-07-27 10:58:12.357872057 +0200
+++ /var/tmp/diff_new_pack.YTRI6P/_new  2018-07-27 10:58:12.361872065 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.06.04
+Version:2018.07.21
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.06.04.tar.gz -> youtube-dl-2018.07.21.tar.gz ++
 6794 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-06-08 23:17:15

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Fri Jun  8 23:17:15 2018 rev:78 rq:614603 version:2018.06.04

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-05-19 15:43:50.355613646 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-06-08 23:17:21.935946344 +0200
@@ -1,0 +2,19 @@
+Wed Jun  6 15:35:49 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.06.04
+  * tumblr: add support for authentication
+  * soundcloud: detect format extension
+  * rtmp: gracefully handle live streams interrupted by user
+  * openload: add support for oload.win and oload.download
+  * facebook: add support for tahoe player videos
+  * youtube: extract track and artist
+
+---
+Tue May 29 14:25:58 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.26
+  * imgur: Fix extraction
+  * hidive: add support for authentication
+  * nbc: add support for stream.nbcsports.com
+
+---
--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2018-05-30 
12:43:03.185892599 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2018-06-08 23:17:23.343895489 +0200
@@ -1,0 +2,11 @@
+Wed Jun  6 15:35:49 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.06.04
+  * tumblr: add support for authentication
+  * soundcloud: detect format extension
+  * rtmp: gracefully handle live streams interrupted by user
+  * openload: add support for oload.win and oload.download
+  * facebook: add support for tahoe player videos
+  * youtube: extract track and artist
+
+---

Old:

  youtube-dl-2018.05.26.tar.gz
  youtube-dl-2018.05.26.tar.gz.sig

New:

  youtube-dl-2018.06.04.tar.gz
  youtube-dl-2018.06.04.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.PAq24r/_old  2018-06-08 23:17:25.607813715 +0200
+++ /var/tmp/diff_new_pack.PAq24r/_new  2018-06-08 23:17:25.627812993 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.05.26
+Version:2018.06.04
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.PAq24r/_old  2018-06-08 23:17:25.999799556 +0200
+++ /var/tmp/diff_new_pack.PAq24r/_new  2018-06-08 23:17:26.039798112 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.05.26
+Version:2018.06.04
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.05.26.tar.gz -> youtube-dl-2018.06.04.tar.gz ++
 3665 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-05-30 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-05-30 12:23:28

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Wed May 30 12:23:28 2018 rev:77 rq:612893 version:2018.05.26

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2018-05-19 
15:43:52.259543988 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2018-05-30 12:43:03.185892599 +0200
@@ -1,0 +2,8 @@
+Tue May 29 14:25:58 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.26
+  * imgur: Fix extraction
+  * hidive: add support for authentication
+  * nbc: add support for stream.nbcsports.com
+
+---

Old:

  youtube-dl-2018.05.18.tar.gz
  youtube-dl-2018.05.18.tar.gz.sig

New:

  youtube-dl-2018.05.26.tar.gz
  youtube-dl-2018.05.26.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.GJ0jvj/_old  2018-05-30 12:43:04.033872281 +0200
+++ /var/tmp/diff_new_pack.GJ0jvj/_new  2018-05-30 12:43:04.037872184 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.05.18
+Version:2018.05.26
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.GJ0jvj/_old  2018-05-30 12:43:04.097870745 +0200
+++ /var/tmp/diff_new_pack.GJ0jvj/_new  2018-05-30 12:43:04.101870649 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.05.18
+Version:2018.05.26
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.05.18.tar.gz -> youtube-dl-2018.05.26.tar.gz ++
 2131 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-05-19 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-05-19 15:43:46

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Sat May 19 15:43:46 2018 rev:76 rq:610538 version:2018.05.18

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-05-02 12:19:51.813025321 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-05-19 15:43:50.355613646 +0200
@@ -1,0 +2,9 @@
+Fri May 18 20:02:40 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.18
+  * youtube: fix extraction for embed restricted live streams
+  * youtube: Make uploader extraction non fatal
+  * youtube: Improve format filesize extraction
+  * youtube: fix hd720 format position
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.05.01.tar.gz
  youtube-dl-2018.05.01.tar.gz.sig

New:

  youtube-dl-2018.05.18.tar.gz
  youtube-dl-2018.05.18.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XATCBu/_old  2018-05-19 15:43:54.219472281 +0200
+++ /var/tmp/diff_new_pack.XATCBu/_new  2018-05-19 15:43:54.223472134 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.05.01
+Version:2018.05.18
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XATCBu/_old  2018-05-19 15:43:54.243471403 +0200
+++ /var/tmp/diff_new_pack.XATCBu/_new  2018-05-19 15:43:54.243471403 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.05.01
+Version:2018.05.18
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.05.01.tar.gz -> youtube-dl-2018.05.18.tar.gz ++
 2494 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-05-02 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-05-02 12:19:45

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Wed May  2 12:19:45 2018 rev:75 rq:602951 version:2018.05.01

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-04-30 22:59:19.239624832 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-05-02 12:19:51.813025321 +0200
@@ -1,0 +2,7 @@
+Wed May  2 06:03:52 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.05.01
+  * Restart download if .ytdl file is corrupt
+  * Add support for old.reddit.com URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.04.25.tar.gz
  youtube-dl-2018.04.25.tar.gz.sig

New:

  youtube-dl-2018.05.01.tar.gz
  youtube-dl-2018.05.01.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.f3VP06/_old  2018-05-02 12:19:56.756844941 +0200
+++ /var/tmp/diff_new_pack.f3VP06/_new  2018-05-02 12:19:56.760844795 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.04.25
+Version:2018.05.01
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.f3VP06/_old  2018-05-02 12:19:56.788843774 +0200
+++ /var/tmp/diff_new_pack.f3VP06/_new  2018-05-02 12:19:56.788843774 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.04.25
+Version:2018.05.01
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain AND CC-BY-SA-3.0

++ youtube-dl-2018.04.25.tar.gz -> youtube-dl-2018.05.01.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-04-24 20:12:36.0 +0200
+++ new/youtube-dl/ChangeLog2018-04-30 22:38:54.0 +0200
@@ -1,3 +1,29 @@
+version 2018.05.01
+
+Core
+* [downloader/fragment] Restart download if .ytdl file is corrupt (#16312)
++ [extractor/common] Extract interaction statistic
++ [utils] Add merge_dicts
++ [extractor/common] Add _download_json_handle
+
+Extractors
+* [kaltura] Improve iframe embeds detection (#16337)
++ [udemy] Extract outputs renditions (#16289, #16291, #16320, #16321, #16334,
+  #16335)
++ [zattoo] Add support for zattoo.com and mobiltv.quickline.com (#14668, 
#14676)
+* [yandexmusic] Convert release_year to int
+* [udemy] Override _download_webpage_handle instead of _download_webpage
+* [xiami] Override _download_webpage_handle instead of _download_webpage
+* [yandexmusic] Override _download_webpage_handle instead of _download_webpage
+* [youtube] Correctly disable polymer on all requests (#16323, #16326)
+* [generic] Prefer enclosures over links in RSS feeds (#16189)
++ [redditr] Add support for old.reddit.com URLs (#16274)
+* [nrktv] Update API host (#16324)
++ [imdb] Extract all formats (#16249)
++ [vimeo] Extract JSON-LD (#16295)
+* [funk:channel] Improve extraction (#16285)
+
+
 version 2018.04.25
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/gh-pages/generate-download.py 
new/youtube-dl/devscripts/gh-pages/generate-download.py
--- old/youtube-dl/devscripts/gh-pages/generate-download.py 2018-04-24 
20:11:37.0 +0200
+++ new/youtube-dl/devscripts/gh-pages/generate-download.py 2018-04-30 
22:36:24.0 +0200
@@ -1,27 +1,22 @@
 #!/usr/bin/env python3
 from __future__ import unicode_literals
 
-import hashlib
-import urllib.request
 import json
 
 versions_info = json.load(open('update/versions.json'))
 version = versions_info['latest']
-URL = versions_info['versions'][version]['bin'][0]
-
-data = urllib.request.urlopen(URL).read()
+version_dict = versions_info['versions'][version]
 
 # Read template page
 with open('download.html.in', 'r', encoding='utf-8') as tmplf:
 template = tmplf.read()
 
-sha256sum = hashlib.sha256(data).hexdigest()
 template = template.replace('@PROGRAM_VERSION@', version)
-template = template.replace('@PROGRAM_URL@', URL)
-template = template.replace('@PROGRAM_SHA256SUM@', sha256sum)
-template = template.replace('@EXE_URL@', 
versions_info['versions'][version]['exe'][0])

commit youtube-dl for openSUSE:Factory

2018-04-17 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-04-17 11:18:12

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Apr 17 11:18:12 2018 rev:73 rq:597130 version:2018.04.16

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-02-26 23:26:34.943247445 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-04-17 11:18:15.780314514 +0200
@@ -1,0 +2,28 @@
+Mon Apr 16 14:31:34 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.04.16
+  * Add support for picarto.tv
+  * Add support for mobile URLs
+
+---
+Sat Apr 14 22:38:44 UTC 2018 - seb95.s...@gmail.com
+
+- Update to new upstream release 2018.04.09
+  * Do not save/restore console title while simulate
+  * Relax JSON-LD context check
+  * Add support for tube8 embeds
+  * Add support for share-videos.se embeds
+  * Extend URL regular expression
+  * Bypass mature content check
+  * Extract more metadata
+  * Fix extraction
+  * Fix extraction
+  * Fix title extraction
+  * Extend URL regular expression
+  * Add support for oload.xyz
+  * Relax stream URL regular expression
+  * Fix extraction
+  * Add support for season URLs
+  * Add support for series
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.02.26.tar.gz
  youtube-dl-2018.02.26.tar.gz.sig

New:

  youtube-dl-2018.04.16.tar.gz
  youtube-dl-2018.04.16.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eVWiLb/_old  2018-04-17 11:18:18.400191703 +0200
+++ /var/tmp/diff_new_pack.eVWiLb/_new  2018-04-17 11:18:18.400191703 +0200
@@ -19,10 +19,10 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.02.26
+Version:2018.04.16
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
-License:SUSE-Public-Domain and CC-BY-SA-3.0
+License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Development/Languages/Python
 Url:http://rg3.github.io/youtube-dl/
 Source: 
http://youtube-dl.org/downloads/%version/%modname-%version.tar.gz

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.eVWiLb/_old  2018-04-17 11:18:18.424190578 +0200
+++ /var/tmp/diff_new_pack.eVWiLb/_new  2018-04-17 11:18:18.428190391 +0200
@@ -17,12 +17,13 @@
 
 
 Name:   youtube-dl
-Version:2018.02.26
+Version:2018.04.16
 Release:0
 Summary:A tool for downloading from video sites for offline watching
-License:SUSE-Public-Domain and CC-BY-SA-3.0
+License:SUSE-Public-Domain AND CC-BY-SA-3.0
 Group:  Productivity/Networking/Web/Utilities
 Url:http://rg3.github.io/youtube-dl/
+#Git-Clone: https://github.com/rg3/youtube-dl
 Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring

++ youtube-dl-2018.02.26.tar.gz -> youtube-dl-2018.04.16.tar.gz ++
 5925 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-02-26 23:26:33

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Mon Feb 26 23:26:33 2018 rev:72 rq:580220 version:2018.02.26

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-02-06 16:49:40.794592313 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-02-26 23:26:34.943247445 +0100
@@ -1,0 +2,6 @@
+Mon Feb 26 12:00:31 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.02.26
+  * veoh: Add support for embed URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.02.04.tar.gz
  youtube-dl-2018.02.04.tar.gz.sig

New:

  youtube-dl-2018.02.26.tar.gz
  youtube-dl-2018.02.26.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XvQrxF/_old  2018-02-26 23:26:36.563189184 +0100
+++ /var/tmp/diff_new_pack.XvQrxF/_new  2018-02-26 23:26:36.571188896 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.02.04
+Version:2018.02.26
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.XvQrxF/_old  2018-02-26 23:26:36.611187458 +0100
+++ /var/tmp/diff_new_pack.XvQrxF/_new  2018-02-26 23:26:36.615187314 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.02.04
+Version:2018.02.26
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2018.02.04.tar.gz -> youtube-dl-2018.02.26.tar.gz ++
 2934 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-02-06 16:49:39

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Feb  6 16:49:39 2018 rev:71 rq:573173 version:2018.02.04

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2018-01-31 19:53:37.732630116 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-02-06 16:49:40.794592313 +0100
@@ -1,0 +2,9 @@
+Mon Feb  5 23:22:19 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.02.04
+  * Randomize HTTP chunk size
+  * Fix HTTP/302 infinite loops by not reusing requests
+  * brightcove: Pass embed page URL as referrer
+  * youtube: enforce using chunked HTTP downloading for DASH formats
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2018.01.27.tar.gz
  youtube-dl-2018.01.27.tar.gz.sig

New:

  youtube-dl-2018.02.04.tar.gz
  youtube-dl-2018.02.04.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Pykedz/_old  2018-02-06 16:49:42.162528305 +0100
+++ /var/tmp/diff_new_pack.Pykedz/_new  2018-02-06 16:49:42.166528118 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2018.01.27
+Version:2018.02.04
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Pykedz/_old  2018-02-06 16:49:42.186527182 +0100
+++ /var/tmp/diff_new_pack.Pykedz/_new  2018-02-06 16:49:42.190526995 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2018.01.27
+Version:2018.02.04
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2018.01.27.tar.gz -> youtube-dl-2018.02.04.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2018-01-27 17:44:26.0 +0100
+++ new/youtube-dl/ChangeLog2018-02-04 02:02:57.0 +0100
@@ -1,3 +1,35 @@
+version 2018.02.04
+
+Core
+* [downloader/http] Randomize HTTP chunk size
++ [downloader/http] Add ability to pass downloader options via info dict
+* [downloader/http] Fix 302 infinite loops by not reusing requests
++ Document http_chunk_size
+
+Extractors
++ [brightcove] Pass embed page URL as referrer (#15486)
++ [youtube] Enforce using chunked HTTP downloading for DASH formats
+
+
+version 2018.02.03
+
+Core
++ Introduce --http-chunk-size for chunk-based HTTP downloading
++ Add support for IronPython
+* [downloader/ism] Fix Python 3.2 support
+
+Extractors
+* [redbulltv] Fix extraction (#15481)
+* [redtube] Fix metadata extraction (#15472)
+* [pladform] Respect platform id and extract HLS formats (#15468)
+- [rtlnl] Remove progressive formats (#15459)
+* [6play] Do no modify asset URLs with a token (#15248)
+* [nationalgeographic] Relax URL regular expression
+* [dplay] Relax URL regular expression (#15458)
+* [cbsinteractive] Fix data extraction (#15451)
++ [amcnetworks] Add support for sundancetv.com (#9260)
+
+
 version 2018.01.27
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/README.md new/youtube-dl/README.md
--- old/youtube-dl/README.md2018-01-27 17:44:28.0 +0100
+++ new/youtube-dl/README.md2018-02-04 02:03:00.0 +0100
@@ -198,6 +198,11 @@
  size. By default, the buffer size is
  automatically resized from an initial 
value
  of SIZE.
+--http-chunk-size SIZE   Size of a chunk for chunk-based HTTP
+ downloading (e.g. 10485760 or 10M) 
(default
+ is disabled). May be useful for bypassing
+ bandwidth throttling imposed by a 
webserver
+ (experimental)
 --playlist-reverse   Download playlist videos in reverse order
 --playlist-randomDownload playlist videos in random order
 --xattr-set-filesize Set file xattribute ytdl.filesize with
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit youtube-dl for openSUSE:Factory

2018-01-31 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2018-01-31 19:53:08

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Wed Jan 31 19:53:08 2018 rev:70 rq:571247 version:2018.01.27

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-11-15 17:02:47.945050106 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2018-01-31 19:53:37.732630116 +0100
@@ -1,0 +2,17 @@
+Tue Jan 30 22:22:49 UTC 2018 - jeng...@inai.de
+
+- Update to new upstream release 2018.01.27
+  * JWPlatform: Support iframes
+  * openload: Add support for openload.link
+  * utils: add hvc1 codec code to parse_codecs
+  * downloader/fragment: Commit part file after each fragment In
+order to obtain correct resume_len on next iteration
+  * mailru: Add support for embed URLs
+  * downloader/fragment: Encode filename of fragment being
+removed
+  * extractor/common: Introduce uploader, uploader_id and
+uploader_url meta fields for playlists
+  * openload: Add support for oload.stream
+  * extractor/common: Improve DASH formats extraction for jwplayer
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.11.15.tar.gz
  youtube-dl-2017.11.15.tar.gz.sig

New:

  youtube-dl-2018.01.27.tar.gz
  youtube-dl-2018.01.27.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.AydOIY/_old  2018-01-31 19:53:41.400459545 +0100
+++ /var/tmp/diff_new_pack.AydOIY/_new  2018-01-31 19:53:41.400459545 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-youtube-dl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.11.15
+Version:2018.01.27
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.AydOIY/_old  2018-01-31 19:53:41.432458057 +0100
+++ /var/tmp/diff_new_pack.AydOIY/_new  2018-01-31 19:53:41.440457685 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.11.15
+Version:2018.01.27
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.11.15.tar.gz -> youtube-dl-2018.01.27.tar.gz ++
 12320 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-11-15 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-11-15 17:02:47

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Wed Nov 15 17:02:47 2017 rev:69 rq:541905 version:2017.11.15

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-09-26 21:17:32.804042058 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-11-15 17:02:47.945050106 +0100
@@ -1,0 +2,6 @@
+Tue Nov 14 22:17:34 UTC 2017 - astie...@suse.com
+
+- update to 2017.11.15:
+  * many update to various downloaders and extractors
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.09.24.tar.gz
  youtube-dl-2017.09.24.tar.gz.sig

New:

  youtube-dl-2017.11.15.tar.gz
  youtube-dl-2017.11.15.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DAGO7u/_old  2017-11-15 17:02:50.564954177 +0100
+++ /var/tmp/diff_new_pack.DAGO7u/_new  2017-11-15 17:02:50.568954031 +0100
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.09.24
+Version:2017.11.15
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DAGO7u/_old  2017-11-15 17:02:50.600952859 +0100
+++ /var/tmp/diff_new_pack.DAGO7u/_new  2017-11-15 17:02:50.604952713 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.09.24
+Version:2017.11.15
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.09.24.tar.gz -> youtube-dl-2017.11.15.tar.gz ++
 6898 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-09-26 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-09-26 21:16:12

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Sep 26 21:16:12 2017 rev:68 rq:528659 version:2017.09.24

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-08-18 15:06:21.989570562 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-09-26 21:17:32.804042058 +0200
@@ -1,0 +2,21 @@
+Mon Sep 25 12:15:48 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.09.24
+  * YoutubeDL: write raw subtitle files
+  * laola1tv: Add support for tv.ittf.com
+  * liveleak: Support multi-video pages
+  * googledrive: Add support for subtitles
+  * googledrive: Add support for source format
+  * bbccouk: Add support for w-prefixed ids
+  * charlierose: Add support for episodes
+  * manyvids: Add support for preview videos
+  * animeondemand: Add support for flash videos
+  * downloader/fragment: Restart inconsistent incomplete fragment downloads
+  * orf: Add new extractor for f4m stories
+  * twitch: Add support for go.twitch.tv URLs
+  * heise: Add support for YouTube embeds
+  * lynda: Add support for educourse.ga
+  * options: Accept lrc as a subtitle conversion target format
+  * twitter: Add support for user_id-less URLs
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.08.18.tar.gz
  youtube-dl-2017.08.18.tar.gz.sig

New:

  youtube-dl-2017.09.24.tar.gz
  youtube-dl-2017.09.24.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.rDBVeM/_old  2017-09-26 21:17:33.883890241 +0200
+++ /var/tmp/diff_new_pack.rDBVeM/_new  2017-09-26 21:17:33.887889679 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.08.18
+Version:2017.09.24
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.rDBVeM/_old  2017-09-26 21:17:33.935882932 +0200
+++ /var/tmp/diff_new_pack.rDBVeM/_new  2017-09-26 21:17:33.947881245 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.08.18
+Version:2017.09.24
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.08.18.tar.gz -> youtube-dl-2017.09.24.tar.gz ++
 5588 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-08-18 15:06:18

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Fri Aug 18 15:06:18 2017 rev:67 rq:517442 version:2017.08.18

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-08-08 11:59:56.918031919 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-08-18 15:06:21.989570562 +0200
@@ -1,0 +2,7 @@
+Thu Aug 17 20:23:12 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.08.18
+  * Sanitize byte string format URLs
+  * Make sure format id is not empty
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.08.06.tar.gz
  youtube-dl-2017.08.06.tar.gz.sig

New:

  youtube-dl-2017.08.18.tar.gz
  youtube-dl-2017.08.18.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.SZXGuI/_old  2017-08-18 15:06:24.093274278 +0200
+++ /var/tmp/diff_new_pack.SZXGuI/_new  2017-08-18 15:06:24.097273715 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.08.06
+Version:2017.08.18
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.SZXGuI/_old  2017-08-18 15:06:24.129269208 +0200
+++ /var/tmp/diff_new_pack.SZXGuI/_new  2017-08-18 15:06:24.133268645 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.08.06
+Version:2017.08.18
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.08.06.tar.gz -> youtube-dl-2017.08.18.tar.gz ++
 2145 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-08-08 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-08-08 11:59:50

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Aug  8 11:59:50 2017 rev:66 rq:515102 version:2017.08.06

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-08-01 09:26:04.229852584 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-08-08 11:59:56.918031919 +0200
@@ -1,0 +2,10 @@
+Mon Aug  7 23:37:09 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.08.06
+  * amcnetworks: Make rating optional
+  * yandexdisk: Add extractor
+  * ard: Add support for liveS
+  * pbs: Add support for new URL schema
+  * vidme: Extract DASH and HLS formats
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.07.23.tar.gz
  youtube-dl-2017.07.23.tar.gz.sig

New:

  youtube-dl-2017.08.06.tar.gz
  youtube-dl-2017.08.06.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.gngbgg/_old  2017-08-08 12:00:00.749492280 +0200
+++ /var/tmp/diff_new_pack.gngbgg/_new  2017-08-08 12:00:00.757491153 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.07.23
+Version:2017.08.06
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.gngbgg/_old  2017-08-08 12:00:00.865475944 +0200
+++ /var/tmp/diff_new_pack.gngbgg/_new  2017-08-08 12:00:00.897471438 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.07.23
+Version:2017.08.06
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.07.23.tar.gz -> youtube-dl-2017.08.06.tar.gz ++
 2021 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-08-01 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-08-01 09:25:28

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Tue Aug  1 09:25:28 2017 rev:65 rq:513171 version:2017.07.23

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-07-07 10:17:17.823780218 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-08-01 09:26:04.229852584 +0200
@@ -1,0 +2,7 @@
+Mon Jul 24 10:58:34 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.07.23
+  * Remove extractor for yam
+  * spiegel:article: Add support for nexx iframe embeds
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.07.02.tar.gz
  youtube-dl-2017.07.02.tar.gz.sig

New:

  youtube-dl-2017.07.23.tar.gz
  youtube-dl-2017.07.23.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.8EzwZv/_old  2017-08-01 09:26:06.321557790 +0200
+++ /var/tmp/diff_new_pack.8EzwZv/_new  2017-08-01 09:26:06.325557227 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.07.02
+Version:2017.07.23
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.8EzwZv/_old  2017-08-01 09:26:06.373550463 +0200
+++ /var/tmp/diff_new_pack.8EzwZv/_new  2017-08-01 09:26:06.381549335 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.07.02
+Version:2017.07.23
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.07.02.tar.gz -> youtube-dl-2017.07.23.tar.gz ++
 3813 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-07-07 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-07-07 10:17:15

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Fri Jul  7 10:17:15 2017 rev:64 rq:508428 version:2017.07.02

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/python-youtube-dl.changes 
2017-06-01 16:35:15.925699577 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-07-07 10:17:17.823780218 +0200
@@ -1,0 +2,7 @@
+Wed Jul  5 22:23:34 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.07.02
+  * youtube: improve chapters extraction (closes #13247)
+  * youtube: adapt to new automatic captions rendition
+
+---
youtube-dl.changes: same change

Old:

  youtube-dl-2017.05.29.tar.gz
  youtube-dl-2017.05.29.tar.gz.sig

New:

  youtube-dl-2017.07.02.tar.gz
  youtube-dl-2017.07.02.tar.gz.sig



Other differences:
--
++ python-youtube-dl.spec ++
--- /var/tmp/diff_new_pack.on1QQK/_old  2017-07-07 10:17:19.207584418 +0200
+++ /var/tmp/diff_new_pack.on1QQK/_new  2017-07-07 10:17:19.211583852 +0200
@@ -19,7 +19,7 @@
 %define modname youtube-dl
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-youtube-dl
-Version:2017.05.29
+Version:2017.07.02
 Release:0
 Summary:A python module for downloading from video sites for offline 
watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.on1QQK/_old  2017-07-07 10:17:19.239579891 +0200
+++ /var/tmp/diff_new_pack.on1QQK/_new  2017-07-07 10:17:19.243579325 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.05.29
+Version:2017.07.02
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.05.29.tar.gz -> youtube-dl-2017.07.02.tar.gz ++
 4161 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-06-01 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-06-01 16:35:10

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Thu Jun  1 16:35:10 2017 rev:63 rq:500392 version:2017.05.29

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/python-youtube-dl.changes
2017-06-01 16:35:15.925699577 +0200
@@ -0,0 +1,662 @@
+---
+Thu Jun  1 07:16:35 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.05.29
+  * youtube: fix DASH manifest signature verification
+
+---
+Mon May 22 08:06:39 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.05.18.1
+  * jsinterp: Add support for quoted names and indexers
+
+---
+Sun May 21 17:30:33 UTC 2017 - aloi...@gmx.com
+
+- Made sure we don't ship the upstream binary
+
+---
+Wed May 17 21:37:06 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.05.14
+  * youtube: fix authentication
+
+---
+Sat Apr 29 22:06:16 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.28
+  * youtube: remove explicit preference for audio-only and
+video-only formats in order not to break sorting when new
+formats appear.
+  * youtube: recognize new locale-based player URLs
+  * youtube: recognize another HTML5 player URL
+
+---
+Tue Apr 11 08:30:35 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.11
+  * vshare: add extractor
+
+---
+Fri Apr  7 23:22:57 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.03
+  * youtube: recognize TL playlists
+  * youtube: add format info for itag 325 and 328
+  * zdf: fix extraction (ticket 12117)
+  * heise: support videos embedded in any article
+  * youtube-dl postprocessor: add support for FLAC
+
+---
+Wed Feb  1 10:11:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.31
+  * cmt,mtv,southpark: Add support for episode URLs
+  * youtube: Fix extraction for domainless player URLs
+
+---
+Thu Jan 26 10:18:21 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.25
+  * Support tv.naver.com links
+  * Support openload embeds
+
+---
+Tue Jan 17 00:23:25 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.16
+* Make openload.co work again
+
+---
+Thu Jan 12 09:51:11 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.10
+* Update youtube extraction strategy
+
+---
+Mon Jan  9 20:28:48 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.08
+* add support for arkena.com, for comedycentral HLS video
+
+---
+Sun Jan  1 11:21:05 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.31
+* acast: Fix broken audio URL and timestamp extraction
+* brightcove:legacy: Improve embeds detection
+* showroomlive, videa: Add extractor
+
+---
+Tue Dec 27 21:08:56 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.22
+* prosiebensat1: extract dash formats
+* openload: recognize oload.tv
+* extractor/common: Recognize DASH formats in html5 media entries
+* brightcove:new: skip widevine classic videos
+* rtl2: extract more formats and metadata
+
+---
+Fri Dec  9 13:21:33 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.09
+* cbslocal: Support newyork.cbslocal.com
+* viki: Prefer hls
+* thisoldhouse: Recognize /tv-episode/ URLs and update _TESTS
+
+---
+Tue Nov 22 23:59:14 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.11.22
+* amcnetworks: Recognize more BBC America URLs
+
+---
+Thu Nov 17 20:10:03 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream 

commit youtube-dl for openSUSE:Factory

2017-04-30 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-04-30 21:24:50

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Sun Apr 30 21:24:50 2017 rev:62 rq:49 version:2017.04.28

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2017-04-14 
13:41:58.755282335 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2017-04-30 21:25:10.321920570 +0200
@@ -1,0 +2,10 @@
+Sat Apr 29 22:06:16 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.28
+  * youtube: remove explicit preference for audio-only and
+video-only formats in order not to break sorting when new
+formats appear.
+  * youtube: recognize new locale-based player URLs
+  * youtube: recognize another HTML5 player URL
+
+---

Old:

  youtube-dl-2017.04.11.tar.gz
  youtube-dl-2017.04.11.tar.gz.sig

New:

  youtube-dl-2017.04.28.tar.gz
  youtube-dl-2017.04.28.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.YK3uea/_old  2017-04-30 21:25:10.985826961 +0200
+++ /var/tmp/diff_new_pack.YK3uea/_new  2017-04-30 21:25:10.993825833 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.04.11
+Version:2017.04.28
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.04.11.tar.gz -> youtube-dl-2017.04.28.tar.gz ++
 4523 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-04-14 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-04-14 13:41:56

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Fri Apr 14 13:41:56 2017 rev:61 rq:487623 version:2017.04.11

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2017-02-03 
20:08:00.329886475 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2017-04-14 13:41:58.755282335 +0200
@@ -1,0 +2,16 @@
+Tue Apr 11 08:30:35 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.11
+  * vshare: add extractor
+
+---
+Fri Apr  7 23:22:57 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.04.03
+  * youtube: recognize TL playlists
+  * youtube: add format info for itag 325 and 328
+  * zdf: fix extraction (ticket 12117)
+  * heise: support videos embedded in any article
+  * youtube-dl postprocessor: add support for FLAC
+
+---

Old:

  youtube-dl-2017.01.31.tar.gz
  youtube-dl-2017.01.31.tar.gz.sig

New:

  youtube-dl-2017.04.11.tar.gz
  youtube-dl-2017.04.11.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.hSSYxC/_old  2017-04-14 13:41:59.467181720 +0200
+++ /var/tmp/diff_new_pack.hSSYxC/_new  2017-04-14 13:41:59.471181154 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.01.31
+Version:2017.04.11
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.01.31.tar.gz -> youtube-dl-2017.04.11.tar.gz ++
 19427 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-02-02 15:42:36

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2017-01-23 
11:36:57.529545791 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2017-02-03 20:08:00.329886475 +0100
@@ -1,0 +2,14 @@
+Wed Feb  1 10:11:31 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.31
+  * cmt,mtv,southpark: Add support for episode URLs
+  * youtube: Fix extraction for domainless player URLs
+
+---
+Thu Jan 26 10:18:21 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.25
+  * Support tv.naver.com links
+  * Support openload embeds
+
+---

Old:

  youtube-dl-2017.01.16.tar.gz
  youtube-dl-2017.01.16.tar.gz.sig

New:

  youtube-dl-2017.01.31.tar.gz
  youtube-dl-2017.01.31.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.5QxVRT/_old  2017-02-03 20:08:01.049785144 +0100
+++ /var/tmp/diff_new_pack.5QxVRT/_new  2017-02-03 20:08:01.053784581 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2017.01.16
+Version:2017.01.31
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2017.01.16.tar.gz -> youtube-dl-2017.01.31.tar.gz ++
 4017 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2017-01-23 Thread root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2017-01-23 11:36:56

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-11-21 
14:26:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2017-01-23 11:36:57.529545791 +0100
@@ -1,0 +2,50 @@
+Tue Jan 17 00:23:25 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.16
+* Make openload.co work again
+
+---
+Thu Jan 12 09:51:11 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.10
+* Update youtube extraction strategy
+
+---
+Mon Jan  9 20:28:48 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2017.01.08
+* add support for arkena.com, for comedycentral HLS video
+
+---
+Sun Jan  1 11:21:05 UTC 2017 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.31
+* acast: Fix broken audio URL and timestamp extraction
+* brightcove:legacy: Improve embeds detection
+* showroomlive, videa: Add extractor
+
+---
+Tue Dec 27 21:08:56 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.22
+* prosiebensat1: extract dash formats
+* openload: recognize oload.tv
+* extractor/common: Recognize DASH formats in html5 media entries
+* brightcove:new: skip widevine classic videos
+* rtl2: extract more formats and metadata
+
+---
+Fri Dec  9 13:21:33 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.12.09
+* cbslocal: Support newyork.cbslocal.com
+* viki: Prefer hls
+* thisoldhouse: Recognize /tv-episode/ URLs and update _TESTS
+
+---
+Tue Nov 22 23:59:14 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.11.22
+* amcnetworks: Recognize more BBC America URLs
+
+---

Old:

  youtube-dl-2016.11.18.tar.gz
  youtube-dl-2016.11.18.tar.gz.sig

New:

  youtube-dl-2017.01.16.tar.gz
  youtube-dl-2017.01.16.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pVIHc0/_old  2017-01-23 11:36:58.029474892 +0100
+++ /var/tmp/diff_new_pack.pVIHc0/_new  2017-01-23 11:36:58.033474325 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,19 @@
 
 
 Name:   youtube-dl
-Version:2016.11.18
+Version:2017.01.16
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0
 Group:  Productivity/Networking/Web/Utilities
 Url:http://rg3.github.io/youtube-dl/
 
-#Git-Clone:git://github.com/rg3/youtube-dl
-#define snapshot 1
 Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring
 BuildRequires:  make >= 4
 BuildRequires:  python-devel
 BuildRequires:  python-xml
-%if 0%{?snapshot}
-BuildRequires:  pandoc
-BuildRequires:  zip
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -52,10 +46,6 @@
 s{^BINDIR\ \?=\ \$\(PREFIX\)/bin}{BINDIR\ \?=\ %_bindir};
 s{^MANDIR\ \?=\ \$\(PREFIX\)/man}{MANDIR\ \?=\ %_mandir};
 s{^SHAREDIR\ \?=\ \$\(PREFIX\)/share}{SHAREDIR\ \?=\ %_datadir};' 
Makefile
-%if 0%{?snapshot}
-make clean
-make %{?_smp_mflags}
-%endif
 
 %install
 make DESTDIR="%buildroot" install

++ youtube-dl-2016.11.18.tar.gz -> youtube-dl-2017.01.16.tar.gz ++
 15529 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-11-21 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-11-21 14:26:56

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-11-14 
20:17:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-11-21 14:26:58.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 17 20:10:03 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.11.18
+* fix openload extraction
+
+---

Old:

  youtube-dl-2016.11.14.1.tar.gz
  youtube-dl-2016.11.14.1.tar.gz.sig

New:

  youtube-dl-2016.11.18.tar.gz
  youtube-dl-2016.11.18.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.ZWu4Cc/_old  2016-11-21 14:26:59.0 +0100
+++ /var/tmp/diff_new_pack.ZWu4Cc/_new  2016-11-21 14:26:59.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.11.14.1
+Version:2016.11.18
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.11.14.1.tar.gz -> youtube-dl-2016.11.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2016-11-13 20:48:14.0 +0100
+++ new/youtube-dl/ChangeLog2016-11-17 18:25:21.0 +0100
@@ -1,3 +1,11 @@
+version 2016.11.18
+
+Extractors
+* [youtube:live] Relax _VALID_URL (#11164)
+* [openload] Fix extraction (#10408, #11122)
+* [vlive] Prefer locale over language for subtitles id (#11203)
+
+
 version 2016.11.14.1
 
 Core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/bash-completion.py 
new/youtube-dl/devscripts/bash-completion.py
--- old/youtube-dl/devscripts/bash-completion.py2016-11-13 
20:27:41.0 +0100
+++ new/youtube-dl/devscripts/bash-completion.py2016-11-13 
22:39:54.0 +0100
@@ -25,5 +25,6 @@
 filled_template = template.replace("{{flags}}", " ".join(opts_flag))
 f.write(filled_template)
 
+
 parser = youtube_dl.parseOpts()[0]
 build_completion(parser)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/create-github-release.py 
new/youtube-dl/devscripts/create-github-release.py
--- old/youtube-dl/devscripts/create-github-release.py  2016-11-13 
20:27:41.0 +0100
+++ new/youtube-dl/devscripts/create-github-release.py  2016-11-13 
22:39:54.0 +0100
@@ -2,11 +2,13 @@
 from __future__ import unicode_literals
 
 import base64
+import io
 import json
 import mimetypes
 import netrc
 import optparse
 import os
+import re
 import sys
 
 sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__
@@ -90,16 +92,23 @@
 
 
 def main():
-parser = optparse.OptionParser(usage='%prog VERSION BUILDPATH')
+parser = optparse.OptionParser(usage='%prog CHANGELOG VERSION BUILDPATH')
 options, args = parser.parse_args()
-if len(args) != 2:
+if len(args) != 3:
 parser.error('Expected a version and a build directory')
 
-version, build_path = args
+changelog_file, version, build_path = args
+
+with io.open(changelog_file, encoding='utf-8') as inf:
+changelog = inf.read()
+
+mobj = re.search(r'(?s)version %s\n{2}(.+?)\n{3}' % version, changelog)
+body = mobj.group(1) if mobj else ''
 
 releaser = GitHubReleaser()
 
-new_release = releaser.create_release(version, name='youtube-dl %s' % 
version)
+new_release = releaser.create_release(
+version, name='youtube-dl %s' % version, body=body)
 release_id = new_release['id']
 
 for asset in os.listdir(build_path):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/fish-completion.py 
new/youtube-dl/devscripts/fish-completion.py
--- old/youtube-dl/devscripts/fish-completion.py2016-11-13 
20:27:41.0 +0100
+++ new/youtube-dl/devscripts/fish-completion.py2016-11-13 
22:39:54.0 +0100
@@ -44,5 +44,6 @@
 with open(FISH_COMPLETION_FILE, 'w') as f:
 f.write(filled_template)
 
+
 parser = youtube_dl.parseOpts()[0]
 build_completion(parser)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/generate_aes_testdata.py 

commit youtube-dl for openSUSE:Factory

2016-11-14 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-11-14 20:17:07

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-11-12 
13:03:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-11-14 20:17:09.0 +0100
@@ -1,0 +2,7 @@
+Mon Nov 14 12:11:21 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.11.14.1
+* audioboom: Recognize /posts/ URLs
+* afreecatv: Add support for vod.afreecatv.com
+
+---

Old:

  youtube-dl-2016.11.08.1.tar.gz
  youtube-dl-2016.11.08.1.tar.gz.sig

New:

  youtube-dl-2016.11.14.1.tar.gz
  youtube-dl-2016.11.14.1.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.CGHo9d/_old  2016-11-14 20:17:10.0 +0100
+++ /var/tmp/diff_new_pack.CGHo9d/_new  2016-11-14 20:17:10.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.11.08.1
+Version:2016.11.14.1
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.11.08.1.tar.gz -> youtube-dl-2016.11.14.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/ChangeLog new/youtube-dl/ChangeLog
--- old/youtube-dl/ChangeLog2016-11-08 16:30:52.0 +0100
+++ new/youtube-dl/ChangeLog2016-11-13 20:48:14.0 +0100
@@ -1,3 +1,21 @@
+version 2016.11.14.1
+
+Core
++ [downoader/fragment,f4m,hls] Respect HTTP headers from info dict
+* [extractor/common] Fix media templates with Bandwidth substitution pattern in
+  MPD manifests (#11175)
+* [extractor/common] Improve thumbnail extraction from JSON-LD
+
+Extractors
++ [nrk] Workaround geo restriction
++ [nrk] Improve error detection and messages
++ [afreecatv] Add support for vod.afreecatv.com (#11174)
+* [cda] Fix and improve extraction (#10929, #10936)
+* [plays] Fix extraction (#11165)
+* [eagleplatform] Fix extraction (#11160)
++ [audioboom] Recognize /posts/ URLs (#11149)
+
+
 version 2016.11.08.1
 
 Extractors
Files old/youtube-dl/youtube-dl and new/youtube-dl/youtube-dl differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/downloader/f4m.py 
new/youtube-dl/youtube_dl/downloader/f4m.py
--- old/youtube-dl/youtube_dl/downloader/f4m.py 2016-11-08 16:30:30.0 
+0100
+++ new/youtube-dl/youtube_dl/downloader/f4m.py 2016-11-13 20:27:51.0 
+0100
@@ -314,7 +314,8 @@
 man_url = info_dict['url']
 requested_bitrate = info_dict.get('tbr')
 self.to_screen('[%s] Downloading f4m manifest' % self.FD_NAME)
-urlh = self.ydl.urlopen(man_url)
+
+urlh = self.ydl.urlopen(self._prepare_url(info_dict, man_url))
 man_url = urlh.geturl()
 # Some manifests may be malformed, e.g. prosiebensat1 generated 
manifests
 # (see 
https://github.com/rg3/youtube-dl/issues/6215#issuecomment-121704244
@@ -387,7 +388,10 @@
 url_parsed = base_url_parsed._replace(path=base_url_parsed.path + 
name, query='&'.join(query))
 frag_filename = '%s-%s' % (ctx['tmpfilename'], name)
 try:
-success = ctx['dl'].download(frag_filename, {'url': 
url_parsed.geturl()})
+success = ctx['dl'].download(frag_filename, {
+'url': url_parsed.geturl(),
+'http_headers': info_dict.get('http_headers'),
+})
 if not success:
 return False
 (down, frag_sanitized) = sanitize_open(frag_filename, 'rb')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/youtube_dl/downloader/fragment.py 
new/youtube-dl/youtube_dl/downloader/fragment.py
--- old/youtube-dl/youtube_dl/downloader/fragment.py2016-11-08 
16:30:30.0 +0100
+++ new/youtube-dl/youtube_dl/downloader/fragment.py2016-11-13 
20:27:51.0 +0100
@@ -9,6 +9,7 @@
 error_to_compat_str,
 encodeFilename,
 sanitize_open,
+sanitized_Request,
 )
 
 
@@ -37,6 +38,10 @@
 def report_skip_fragment(self, fragment_name):
 self.to_screen('[download] Skipping fragment %s...' % fragment_name)
 
+def _prepare_url(self, info_dict, url):
+headers = info_dict.get('http_headers')
+return sanitized_Request(url, None, headers) if 

commit youtube-dl for openSUSE:Factory

2016-11-12 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-11-12 13:03:28

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-11-02 
12:48:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-11-12 13:03:30.0 +0100
@@ -1,0 +2,8 @@
+Fri Nov 11 11:48:20 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.11.08.1
+* Improve mpd base URL extraction
+* Add extractor for nicknight, vzaar, fox9
+* Add support for ISM manifests
+
+---

Old:

  youtube-dl-2016.10.31.tar.gz
  youtube-dl-2016.10.31.tar.gz.sig

New:

  youtube-dl-2016.11.08.1.tar.gz
  youtube-dl-2016.11.08.1.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.4lYx2W/_old  2016-11-12 13:03:31.0 +0100
+++ /var/tmp/diff_new_pack.4lYx2W/_new  2016-11-12 13:03:31.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.10.31
+Version:2016.11.08.1
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.10.31.tar.gz -> youtube-dl-2016.11.08.1.tar.gz ++
 2290 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-11-02 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-11-02 12:48:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-09-27 
13:45:43.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-11-02 12:48:08.0 +0100
@@ -1,0 +2,10 @@
+Tue Nov  1 09:44:39 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.10.31
+* openload: Support subtitles
+* download/hls: Delegate downloading to ffmpeg for live streams
+* brightcove:new: add support for live streams
+* jwplatform: Support DASH streams
+* twitch:stream: Add support for rebroadcasts
+
+---

Old:

  youtube-dl-2016.09.24.tar.gz
  youtube-dl-2016.09.24.tar.gz.sig

New:

  youtube-dl-2016.10.31.tar.gz
  youtube-dl-2016.10.31.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.VOGWA3/_old  2016-11-02 12:48:09.0 +0100
+++ /var/tmp/diff_new_pack.VOGWA3/_new  2016-11-02 12:48:09.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.09.24
+Version:2016.10.31
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.09.24.tar.gz -> youtube-dl-2016.10.31.tar.gz ++
 9003 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-09-27 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-09-27 13:45:42

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-08-24 
10:09:02.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-09-27 13:45:43.0 +0200
@@ -1,0 +2,22 @@
+Tue Sep 27 07:42:55 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.09.24
+* prosiebensat1: Add support for kabeleinsdoku
+* ustream: Support HLS streams
+* fox, cartoonnetwork: add support for Adobe Pass auth
+
+---
+Wed Sep 21 04:12:25 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.09.19
+* jwplatform: Use js_to_json to detect more JWPlayers
+
+---
+Sun Sep 18 06:36:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.09.15
+* Add extractor for abc:iview
+* eagleplatform: improve detection of embedded videos
+* pluralsight: add support for subtitles
+
+---

Old:

  youtube-dl-2016.08.22.tar.gz
  youtube-dl-2016.08.22.tar.gz.sig

New:

  youtube-dl-2016.09.24.tar.gz
  youtube-dl-2016.09.24.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.DXmUJo/_old  2016-09-27 13:45:45.0 +0200
+++ /var/tmp/diff_new_pack.DXmUJo/_new  2016-09-27 13:45:45.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.08.22
+Version:2016.09.24
 Release:0
 Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.08.22.tar.gz -> youtube-dl-2016.09.24.tar.gz ++
 14424 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-08-24 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-08-24 10:08:52

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-08-15 
10:32:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-08-24 10:09:02.0 +0200
@@ -1,0 +2,13 @@
+Mon Aug 22 06:53:16 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.08.22
+* Recognize m3u8 manifests in HTML5 multimedia tags
+
+---
+Tue Aug 16 12:27:45 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.08.13
+* pbs: dad test for videos with undocumented http formats
+* crunchyroll: add support for HLS
+
+---

Old:

  youtube-dl-2016.08.06.tar.gz
  youtube-dl-2016.08.06.tar.gz.sig

New:

  youtube-dl-2016.08.22.tar.gz
  youtube-dl-2016.08.22.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.SkTbkG/_old  2016-08-24 10:09:03.0 +0200
+++ /var/tmp/diff_new_pack.SkTbkG/_new  2016-08-24 10:09:03.0 +0200
@@ -17,9 +17,9 @@
 
 
 Name:   youtube-dl
-Version:2016.08.06
+Version:2016.08.22
 Release:0
-Summary:A tool for downloading from Youtube
+Summary:A tool for downloading from video sites for offline watching
 License:SUSE-Public-Domain and CC-BY-SA-3.0
 Group:  Productivity/Networking/Web/Utilities
 Url:http://rg3.github.io/youtube-dl/
@@ -41,7 +41,7 @@
 
 %description
 youtube-dl is a small command-line program to retrieve videos from
-YouTube.com and a few more sites.
+YouTube.com and other video sites for later watching.
 
 %prep
 %setup -qn %name

++ youtube-dl-2016.08.06.tar.gz -> youtube-dl-2016.08.22.tar.gz ++
 8316 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-08-15 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-08-15 10:32:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-07-27 
16:13:17.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-08-15 10:32:04.0 +0200
@@ -1,0 +2,7 @@
+Sat Aug  6 22:22:43 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.08.06
+* vodplatform: Add new extractor
+* limelight: extract http formats
+
+---

Old:

  youtube-dl-2016.07.24.tar.gz
  youtube-dl-2016.07.24.tar.gz.sig

New:

  youtube-dl-2016.08.06.tar.gz
  youtube-dl-2016.08.06.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.2wNeBi/_old  2016-08-15 10:32:05.0 +0200
+++ /var/tmp/diff_new_pack.2wNeBi/_new  2016-08-15 10:32:05.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.07.24
+Version:2016.08.06
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.07.24.tar.gz -> youtube-dl-2016.08.06.tar.gz ++
 4179 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-07-27 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-07-27 16:13:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-07-14 
09:48:45.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-07-27 16:13:17.0 +0200
@@ -1,0 +2,6 @@
+Mon Jul 25 10:41:49 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.07.24
+* onet, dcn, telegraaf, arkena: enable dash formats
+
+---

Old:

  youtube-dl-2016.07.01.tar.gz
  youtube-dl-2016.07.01.tar.gz.sig

New:

  youtube-dl-2016.07.24.tar.gz
  youtube-dl-2016.07.24.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.3oQTlg/_old  2016-07-27 16:13:18.0 +0200
+++ /var/tmp/diff_new_pack.3oQTlg/_new  2016-07-27 16:13:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.07.01
+Version:2016.07.24
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.07.01.tar.gz -> youtube-dl-2016.07.24.tar.gz ++
 10219 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-07-14 09:48:44

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-05-23 
16:39:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-07-14 09:48:45.0 +0200
@@ -1,0 +2,12 @@
+Thu Jun 30 22:39:00 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.07.01
+* youtube: fix ID 141 format tests
+
+---
+Mon Jun 27 12:43:27 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.06.23.1
+* Improved jwplayer support
+
+---

Old:

  youtube-dl-2016.05.16.tar.gz
  youtube-dl-2016.05.16.tar.gz.sig

New:

  youtube-dl-2016.07.01.tar.gz
  youtube-dl-2016.07.01.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.fHgMnJ/_old  2016-07-14 09:48:46.0 +0200
+++ /var/tmp/diff_new_pack.fHgMnJ/_new  2016-07-14 09:48:46.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.05.16
+Version:2016.07.01
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.05.16.tar.gz -> youtube-dl-2016.07.01.tar.gz ++
 18281 lines of diff (skipped)

++ youtube-dl.keyring ++
--- /var/tmp/diff_new_pack.fHgMnJ/_old  2016-07-14 09:48:47.0 +0200
+++ /var/tmp/diff_new_pack.fHgMnJ/_new  2016-07-14 09:48:47.0 +0200
@@ -1,11 +1,16 @@
-pub   4096R/A4826A18 2013-01-11 [expires: 2033-01-06]
-uid  Philipp Hagemeister 
-uid  Philipp Hagemeister 
-uid  Philipp Hagemeister 

-sub   4096R/825E38B8 2013-01-11 [expires: 2033-01-06]
+pub   4096R/0xDB4B54CBA4826A18 2013-01-11 [expires: 2033-01-06]
+  Key fingerprint = 7D33 D762 FD6C 3513 0481  347F DB4B 54CB A482 6A18
+uid [ unknown] Philipp Hagemeister 
+uid [ unknown] Philipp Hagemeister 

+uid [ unknown] Philipp Hagemeister 

+sub   4096R/0x862A257D825E38B8 2013-01-11 [expires: 2033-01-06]
+
+pub   4096R/0x2C393E0F18A9236D 2016-04-09
+  Key fingerprint = ED7F 5BF4 6B3B BED8 1C87  368E 2C39 3E0F 18A9 236D
+uid [ unknown] Sergey M. 
+sub   4096R/0xC3A4FE63297B1CE1 2016-04-09
 
 -BEGIN PGP PUBLIC KEY BLOCK-
-Version: GnuPG v2.0.22 (GNU/Linux)
 
 mQINBFDvxWcBEADq7H83AZ7p5ZwynJEtxPg4csJqakzhZBwFU+d2pjM40wfCsy8I
 KcjKrzgGdYUktDAcXhJ1NiQExemxY2Js0A6+4/6RXH14Qsd1m656Ik6PijwdcS/d
@@ -79,6 +84,52 @@
 f9leDwpPeI1glDDWCLeAXPk7RtWJsMrUgEDOjqQrPCXpm3TIwFjTIbsGxPwL0ddr
 e3VmiQ2XsP8XJ3L+pzH9+MBi7zGR0/YEZzc8o5a7fgSFPirPNxUGs2ctJPth0sqM
 gzL3zp2zvdJAK4wqI8i7G09kdWDriqNXwWgdRU0hBRaODOWa5pbcQJaB+8Tmm95h
-VVr6f1zVnGSLqVGRdy6dCXV2el8drFHDuYicg3xb0J+Q9hQlf6vsnd02JBjV
-=KpNf
+VVr6f1zVnGSLqVGRdy6dCXV2el8drFHDuYicg3xb0J+Q9hQlf6vsnd02JBjVmQIN
+BFcJbH8BEADGy4sdmhLgGphuEsTWWWu6N4kQLD/kmqjP3Y83OG+v5iGG+vcYXKk1
+t6qEYB83Pbn6EKHKLquAydqzXwY/wcapqSGbXAjt96DsCQnj5XqS7XKfo9t/idg4
+0QD9Nbb0HvdzIk83/tKT4hQVB+TJY9ttfmADJXtMQP6CIDInm+x/llo3p+IhXVNg
+KuLVWVciVn+ZDaq4/HrXXINGfx5+Tuzqg1cGNOIVUWno94uHQ1PKVkMK7+HQe0I6
+1Tz3oXLfZTer3OjK9Cr37k/927Rvcp2Adz5zdgucMFjn2Itopux+1t6e+Q3rfL0t
+tO+PTtuZmJZBklugxcjgv6MbZBrKbAVeHHPfjf6TziG++kPypmJlf2aRj1FdrY0V
+ukthZNfrjAmMdUGL/HPhmt2PLAb8bqDAdIYIjUNJ7NBuG61Tv2aYvNE9fW2Tv0RA
+HPbVRJmKUCprWzuDFq0NAPFwMSqGw5BjOdRj8zrf7pB17R/oVGnr7Jn4iUZdyzNC
+OfTPNEWdKs9Qe//nSCUfgP5XdFYP1jhmN0ADg6hXcg2mxI60li0OGVk0mbTKrOM7
+TDDQSx0JuMqW4Knv6hn6R6bpAy1m7UTZjP3B9tEum6BHbLMOQ6XPgaHJVc/ZuC+V
+YlnyCF/MXdJS36Pdf2c4dQiBc4UJPxnruwV8Cxt7x+KwGcsAECoJnwARAQABtBxT
+ZXJnZXkgTS4gPGRzdGZ0d0BnbWFpbC5jb20+iQI4BBMBAgAiBQJXCWx/AhsDBgsJ
+CAcDAgYVCAIJCgsEFgIDAQIeAQIXgAAKCRAsOT4PGKkjbfXsEACOT4sFrO8aiTwy
+xb4aF+w7K9ClkvKY6gKwufhaEZPkt1VMjZ9Kl0kUljl92rfp3nfI0KwNoXMw4obB
+Eq5VSHa0j6zj9JgZk1k5WitdfJwi5oZ6lTbnZcNopzOII/rkZxfPlq8+LfLsxKlM
+jVxT88NL31beITxqB5bWPgTw+oBp1UjKzMLGUEMNAJr7APdzSQ1Mmo4S4+wq26A3
++H84dQXSB9bLF1Ia+x4pKE8fEb4lYoXUyH1QAep3XQ3Yv1dSyPcbYUWcworCZc8u
+2nwuZWqGXr84LbEAxmVxagiIkBp/AphIjzCFiDkrGg22RHCQ+Eq0QTX1quy+KXo5
+g1ZwCzjqVtfPYt6f8R6UYko05UheoS+DLXgZXcppNDRkKnALqrpLutpzG9EUGJi/
+iDdnbUonxqp+p4qJ8XG2XhA2JBC5S5TAa6AiaXyWkZmR658x/CdeHduVoOePoodY

commit youtube-dl for openSUSE:Factory

2016-05-23 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-05-23 16:39:26

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-05-12 
09:34:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-05-23 16:39:27.0 +0200
@@ -1,0 +2,6 @@
+Wed May 18 09:12:53 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.05.16
+* groupon: add support for Youtube embeds
+
+---

Old:

  youtube-dl-2016.05.01.tar.gz
  youtube-dl-2016.05.01.tar.gz.sig

New:

  youtube-dl-2016.05.16.tar.gz
  youtube-dl-2016.05.16.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.zhzQb4/_old  2016-05-23 16:39:28.0 +0200
+++ /var/tmp/diff_new_pack.zhzQb4/_new  2016-05-23 16:39:28.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.05.01
+Version:2016.05.16
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.05.01.tar.gz -> youtube-dl-2016.05.16.tar.gz ++
 5303 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-05-12 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-05-12 09:34:06

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-04-28 
17:02:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-05-12 09:34:08.0 +0200
@@ -1,0 +2,15 @@
+Wed May  4 10:29:49 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.05.01
+* Add support for tagesschau playlists
+
+---
+Wed Apr 27 10:21:56 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.04.24
+* Add new extractor for nhl, today.com, mgtv, dispeak,
+  instagram, tdslifeway.
+* mixcloud: Added support for user uploads, playlists, favorites
+  and listens.
+
+---

Old:

  youtube-dl-2016.04.13.tar.gz
  youtube-dl-2016.04.13.tar.gz.sig

New:

  youtube-dl-2016.05.01.tar.gz
  youtube-dl-2016.05.01.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.CFOGmB/_old  2016-05-12 09:34:09.0 +0200
+++ /var/tmp/diff_new_pack.CFOGmB/_new  2016-05-12 09:34:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.04.13
+Version:2016.05.01
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0
@@ -29,6 +29,7 @@
 Source: http://youtube-dl.org/downloads/%version/%name-%version.tar.gz
 Source2:
http://youtube-dl.org/downloads/%version/%name-%version.tar.gz.sig
 Source3:%name.keyring
+BuildRequires:  make >= 4
 BuildRequires:  python-devel
 BuildRequires:  python-xml
 %if 0%{?snapshot}

++ youtube-dl-2016.04.13.tar.gz -> youtube-dl-2016.05.01.tar.gz ++
 8102 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-04-28 16:57:01

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-04-12 
19:39:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-04-28 17:02:06.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 18 23:23:08 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.04.13
+* Add extractors for cliprs, presstv, auroravid, zdnet videos, cbs
+
+---

Old:

  youtube-dl-2016.04.01.tar.gz
  youtube-dl-2016.04.01.tar.gz.sig

New:

  youtube-dl-2016.04.13.tar.gz
  youtube-dl-2016.04.13.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.srsFPu/_old  2016-04-28 17:02:08.0 +0200
+++ /var/tmp/diff_new_pack.srsFPu/_new  2016-04-28 17:02:08.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.04.01
+Version:2016.04.13
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.04.01.tar.gz -> youtube-dl-2016.04.13.tar.gz ++
 5671 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-04-12 19:39:41

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-03-29 
10:39:52.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-04-12 19:39:42.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr  4 13:54:40 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.04.01
+* brightcove: Support alternative BrightcoveExperience
+
+---

Old:

  youtube-dl-2016.03.25.tar.gz
  youtube-dl-2016.03.25.tar.gz.sig

New:

  youtube-dl-2016.04.01.tar.gz
  youtube-dl-2016.04.01.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.Icj8sK/_old  2016-04-12 19:39:43.0 +0200
+++ /var/tmp/diff_new_pack.Icj8sK/_new  2016-04-12 19:39:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.03.25
+Version:2016.04.01
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.03.25.tar.gz -> youtube-dl-2016.04.01.tar.gz ++
 4859 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-03-29 10:00:25

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-02-23 
16:59:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-03-29 10:39:52.0 +0200
@@ -1,0 +2,34 @@
+Fri Mar 25 12:07:35 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.03.25
+* New extractor for mnet, udemy, thescene, biobiotv, cda.pl, hbo
+* Support Vine embeddings
+
+---
+Sat Mar 19 10:01:47 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.03.18
+* fix DASH format sorting
+* Add new extractor for rice, tv3, once
+
+---
+Mon Mar 14 23:34:49 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.03.14
+* add new extractor for usatoday, minoto
+* add external rtsp and mms protocol downloader
+
+---
+Tue Mar  8 08:49:27 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.03.06
+* unspecified set of fixes and improvements
+
+---
+Tue Mar  1 23:48:05 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.03.01
+* Add support for dplay.no
+* imdb: recognize 1080p formats
+
+---

Old:

  youtube-dl-2016.02.13.tar.gz
  youtube-dl-2016.02.13.tar.gz.sig

New:

  youtube-dl-2016.03.25.tar.gz
  youtube-dl-2016.03.25.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.BcJqFT/_old  2016-03-29 10:39:52.0 +0200
+++ /var/tmp/diff_new_pack.BcJqFT/_new  2016-03-29 10:39:52.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.02.13
+Version:2016.03.25
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.02.13.tar.gz -> youtube-dl-2016.03.25.tar.gz ++
 17186 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-02-23 16:57:28

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-02-11 
12:37:45.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-02-23 16:59:22.0 +0100
@@ -1,0 +2,6 @@
+Sun Feb 14 23:29:59 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.02.13
+* vevo: add support for DASH formats
+
+---

Old:

  youtube-dl-2016.02.01.tar.gz
  youtube-dl-2016.02.01.tar.gz.sig

New:

  youtube-dl-2016.02.13.tar.gz
  youtube-dl-2016.02.13.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.IYurJF/_old  2016-02-23 16:59:23.0 +0100
+++ /var/tmp/diff_new_pack.IYurJF/_new  2016-02-23 16:59:23.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.02.01
+Version:2016.02.13
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.02.01.tar.gz -> youtube-dl-2016.02.13.tar.gz ++
 3001 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-02-11 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-02-11 12:37:42

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-02-01 
19:57:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-02-11 12:37:45.0 +0100
@@ -1,0 +2,8 @@
+Mon Feb  1 19:23:06 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.02.01
+* youtube: added vcodec/acodec/abr for multiple itags
+* vidzi: fix extraction
+* schooltv: Add extractor for SchoolTV playlists
+
+---

Old:

  youtube-dl-2016.01.23.tar.gz
  youtube-dl-2016.01.23.tar.gz.sig

New:

  youtube-dl-2016.02.01.tar.gz
  youtube-dl-2016.02.01.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.JhJCQx/_old  2016-02-11 12:37:46.0 +0100
+++ /var/tmp/diff_new_pack.JhJCQx/_new  2016-02-11 12:37:46.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.01.23
+Version:2016.02.01
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.01.23.tar.gz -> youtube-dl-2016.02.01.tar.gz ++
 3195 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-02-01 19:57:14

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-01-20 
09:55:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-02-01 19:57:36.0 +0100
@@ -1,0 +2,7 @@
+Mon Jan 25 01:50:20 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.01.23
+* subtitle support for svtplay
+* add extractor for arte:cinema, lemonde, weiqitv
+
+---

Old:

  youtube-dl-2016.01.15.tar.gz
  youtube-dl-2016.01.15.tar.gz.sig

New:

  youtube-dl-2016.01.23.tar.gz
  youtube-dl-2016.01.23.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.pvAy5d/_old  2016-02-01 19:57:37.0 +0100
+++ /var/tmp/diff_new_pack.pvAy5d/_new  2016-02-01 19:57:37.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.01.15
+Version:2016.01.23
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.01.15.tar.gz -> youtube-dl-2016.01.23.tar.gz ++
 2572 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2016-01-20 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-01-20 09:55:10

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2016-01-17 
09:23:34.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-01-20 09:55:20.0 +0100
@@ -1,0 +2,7 @@
+Tue Jan 19 12:57:12 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.01.16
+* cwtv: add new extractor
+* add support for fyi.tv, aetv.com, mylifetime.com, 7tv.de
+
+---

Old:

  youtube-dl-2016.01.09.tar.gz
  youtube-dl-2016.01.09.tar.gz.sig

New:

  youtube-dl-2016.01.15.tar.gz
  youtube-dl-2016.01.15.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.0ob1F2/_old  2016-01-20 09:55:21.0 +0100
+++ /var/tmp/diff_new_pack.0ob1F2/_new  2016-01-20 09:55:21.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2016.01.09
+Version:2016.01.15
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2016.01.09.tar.gz -> youtube-dl-2016.01.15.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/devscripts/gh-pages/update-copyright.py 
new/youtube-dl/devscripts/gh-pages/update-copyright.py
--- old/youtube-dl/devscripts/gh-pages/update-copyright.py  2015-12-30 
20:30:33.0 +0100
+++ new/youtube-dl/devscripts/gh-pages/update-copyright.py  2016-01-14 
10:35:12.0 +0100
@@ -5,7 +5,7 @@
 
 import datetime
 import glob
-import io  # For Python 2 compatibilty
+import io  # For Python 2 compatibility
 import os
 import re
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/docs/supportedsites.md 
new/youtube-dl/docs/supportedsites.md
--- old/youtube-dl/docs/supportedsites.md   2016-01-09 01:16:08.0 
+0100
+++ new/youtube-dl/docs/supportedsites.md   2016-01-15 19:43:04.0 
+0100
@@ -24,6 +24,7 @@
  - **AdobeTVShow**
  - **AdobeTVVideo**
  - **AdultSwim**
+ - **AE**
  - **Aftonbladet**
  - **AirMozilla**
  - **AlJazeera**
@@ -65,6 +66,7 @@
  - **Beeg**
  - **BehindKink**
  - **Bet**
+ - **Bigflix**
  - **Bild**: Bild.de
  - **BiliBili**
  - **BleacherReport**
@@ -84,6 +86,7 @@
  - **CamdemyFolder**
  - **canalc2.tv**
  - **Canalplus**: canalplus.fr, piwiplus.fr and d8.tv
+ - **Canvas**
  - **CBS**
  - **CBSNews**: CBS News
  - **CBSSports**
@@ -121,6 +124,7 @@
  - **CSpan**: C-SPAN
  - **CtsNews**: 華視新聞
  - **culturebox.francetvinfo.fr**
+ - **CWTV**
  - **dailymotion**
  - **dailymotion:playlist**
  - **dailymotion:user**
@@ -228,7 +232,6 @@
  - **Helsinki**: helsinki.fi
  - **HentaiStigma**
  - **HistoricFilms**
- - **History**
  - **hitbox**
  - **hitbox:live**
  - **HornBunny**
@@ -251,7 +254,7 @@
  - **Instagram**
  - **instagram:user**: Instagram user profile
  - **InternetVideoArchive**
- - **IPrima**
+ - **IPrima** (Currently broken)
  - **iqiyi**: 爱奇艺
  - **Ir90Tv**
  - **ivi**: ivi.ru
@@ -602,7 +605,9 @@
  - **TruTube**
  - **Tube8**
  - **TubiTv**
- - **Tudou**
+ - **tudou**
+ - **tudou:album**
+ - **tudou:playlist**
  - **Tumblr**
  - **tunein:clip**
  - **tunein:program**
@@ -655,12 +660,12 @@
  - **video.mit.edu**
  - **VideoDetective**
  - **videofy.me**
- - **VideoMega**
+ - **VideoMega** (Currently broken)
  - **videomore**
  - **videomore:season**
  - **videomore:video**
  - **VideoPremium**
- - **VideoTt**: video.tt - Your True Tube
+ - **VideoTt**: video.tt - Your True Tube (Currently broken)
  - **videoweed**: VideoWeed
  - **Vidme**
  - **Vidzi**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/youtube-dl/test/test_YoutubeDL.py 
new/youtube-dl/test/test_YoutubeDL.py
--- old/youtube-dl/test/test_YoutubeDL.py   2015-12-30 20:30:33.0 
+0100
+++ new/youtube-dl/test/test_YoutubeDL.py   2016-01-15 19:42:53.0 
+0100
@@ -12,7 +12,7 @@
 
 from test.helper import FakeYDL, assertRegexpMatches
 from youtube_dl import YoutubeDL
-from youtube_dl.compat import compat_str
+from youtube_dl.compat import compat_str, compat_urllib_error
 from youtube_dl.extractor import YoutubeIE
 from youtube_dl.postprocessor.common import PostProcessor
 from youtube_dl.utils import ExtractorError, match_filter_func
@@ -631,6 +631,11 @@
 result = get_ids({'playlist_items': '10'})
 

commit youtube-dl for openSUSE:Factory

2016-01-17 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2016-01-17 09:23:33

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-12-29 
13:00:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2016-01-17 09:23:34.0 +0100
@@ -1,0 +2,5 @@
+Sat Jan  9 19:53:18 UTC 2016 - jeng...@inai.de
+
+- Update to new upstream release 2016.01.09
+
+---

Old:

  youtube-dl-2015.12.23.tar.gz
  youtube-dl-2015.12.23.tar.gz.sig

New:

  youtube-dl-2016.01.09.tar.gz
  youtube-dl-2016.01.09.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.5PUFyH/_old  2016-01-17 09:23:35.0 +0100
+++ /var/tmp/diff_new_pack.5PUFyH/_new  2016-01-17 09:23:35.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package youtube-dl
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.12.23
+Version:2016.01.09
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.12.23.tar.gz -> youtube-dl-2016.01.09.tar.gz ++
 7878 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-12-29 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-12-29 13:00:01

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-12-24 
12:17:51.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-12-29 13:00:03.0 +0100
@@ -1,0 +2,5 @@
+Sat Dec 26 22:16:05 UTC 2015 - mailaen...@opensuse.org
+
+- Update to new upstream release 2015.12.23
+
+---

Old:

  youtube-dl-2015.12.13.tar.gz
  youtube-dl-2015.12.13.tar.gz.sig

New:

  youtube-dl-2015.12.23.tar.gz
  youtube-dl-2015.12.23.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.ca5U7Q/_old  2015-12-29 13:00:04.0 +0100
+++ /var/tmp/diff_new_pack.ca5U7Q/_new  2015-12-29 13:00:04.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.12.13
+Version:2015.12.23
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.12.13.tar.gz -> youtube-dl-2015.12.23.tar.gz ++
 4871 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-12-24 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-12-24 12:17:39

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-12-06 
07:45:39.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-12-24 12:17:51.0 +0100
@@ -1,0 +2,7 @@
+Wed Dec 16 23:40:56 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.12.13
+* Add cookie and referer in headers
+* Updates for VEVO service
+
+---

Old:

  youtube-dl-2015.11.27.1.tar.gz
  youtube-dl-2015.11.27.1.tar.gz.sig

New:

  youtube-dl-2015.12.13.tar.gz
  youtube-dl-2015.12.13.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.BUSkfE/_old  2015-12-24 12:17:52.0 +0100
+++ /var/tmp/diff_new_pack.BUSkfE/_new  2015-12-24 12:17:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.11.27.1
+Version:2015.12.13
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.11.27.1.tar.gz -> youtube-dl-2015.12.13.tar.gz ++
 5262 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-12-05 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-12-06 07:45:38

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-11-17 
14:23:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-12-06 07:45:39.0 +0100
@@ -1,0 +2,12 @@
+Sat Nov 28 09:13:55 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.11.27.1
+* Remove Accept-encoding from HLS headers passed to ffmpeg
+
+---
+Thu Nov 26 19:25:43 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.11.24
+* Again support new youtube js code
+
+---

Old:

  youtube-dl-2015.11.15.tar.gz
  youtube-dl-2015.11.15.tar.gz.sig

New:

  youtube-dl-2015.11.27.1.tar.gz
  youtube-dl-2015.11.27.1.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.wCwC7Z/_old  2015-12-06 07:45:40.0 +0100
+++ /var/tmp/diff_new_pack.wCwC7Z/_new  2015-12-06 07:45:40.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.11.15
+Version:2015.11.27.1
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.11.15.tar.gz -> youtube-dl-2015.11.27.1.tar.gz ++
 4303 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-11-17 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-11-17 14:23:20

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-11-13 
23:36:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-11-17 14:23:25.0 +0100
@@ -1,0 +2,6 @@
+Mon Nov 16 20:53:46 UTC 2015 - aloi...@gmx.com
+
+- Update to new upstream release 2015.11.15
+  * Added extrator for nowtv list
+
+---

Old:

  youtube-dl-2015.11.10.tar.gz
  youtube-dl-2015.11.10.tar.gz.sig

New:

  youtube-dl-2015.11.15.tar.gz
  youtube-dl-2015.11.15.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.sAH9VX/_old  2015-11-17 14:23:25.0 +0100
+++ /var/tmp/diff_new_pack.sAH9VX/_new  2015-11-17 14:23:25.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.11.10
+Version:2015.11.15
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.11.10.tar.gz -> youtube-dl-2015.11.15.tar.gz ++
 1707 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-11-13 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-11-13 23:36:09

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-11-05 
11:35:53.0 +0100
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-11-13 23:36:11.0 +0100
@@ -1,0 +2,6 @@
+Thu Nov 12 19:32:27 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.11.10
+* youtube: support new base.js html5 player
+
+---

Old:

  youtube-dl-2015.10.24.tar.gz
  youtube-dl-2015.10.24.tar.gz.sig

New:

  youtube-dl-2015.11.10.tar.gz
  youtube-dl-2015.11.10.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.m4gLX7/_old  2015-11-13 23:36:12.0 +0100
+++ /var/tmp/diff_new_pack.m4gLX7/_new  2015-11-13 23:36:12.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.10.24
+Version:2015.11.10
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.10.24.tar.gz -> youtube-dl-2015.11.10.tar.gz ++
 3383 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-11-05 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-11-05 11:35:51

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-10-20 
00:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-11-05 11:35:53.0 +0100
@@ -1,0 +2,6 @@
+Mon Oct 26 20:55:38 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.10.24
+* Support age restricted channels in youtube
+
+---

Old:

  youtube-dl-2015.10.09.tar.gz
  youtube-dl-2015.10.09.tar.gz.sig

New:

  youtube-dl-2015.10.24.tar.gz
  youtube-dl-2015.10.24.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.qDlP9r/_old  2015-11-05 11:35:54.0 +0100
+++ /var/tmp/diff_new_pack.qDlP9r/_new  2015-11-05 11:35:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.10.09
+Version:2015.10.24
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.10.09.tar.gz -> youtube-dl-2015.10.24.tar.gz ++
 3377 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-10-19 22:53:36

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-09-27 
08:39:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-10-20 00:08:33.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 11 20:52:40 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.10.09
+* rtmp: respect --no-continue option
+* vimeo: avoid failure when no HLS type streams are available
+
+---

Old:

  youtube-dl-2015.09.22.tar.gz
  youtube-dl-2015.09.22.tar.gz.sig

New:

  youtube-dl-2015.10.09.tar.gz
  youtube-dl-2015.10.09.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.loGF7a/_old  2015-10-20 00:08:34.0 +0200
+++ /var/tmp/diff_new_pack.loGF7a/_new  2015-10-20 00:08:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.09.22
+Version:2015.10.09
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.09.22.tar.gz -> youtube-dl-2015.10.09.tar.gz ++
 5435 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-09-27 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-09-27 08:40:02

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-09-17 
09:21:48.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-09-27 08:39:26.0 +0200
@@ -1,0 +2,8 @@
+Thu Sep 24 10:34:02 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.09.22
+* nowness: video extraction and add support serie and playlist ext?.
+* ndr: add support for embeds
+* yahoo: process query result embedded in webpage
+
+---

Old:

  youtube-dl-2015.09.03.tar.gz
  youtube-dl-2015.09.03.tar.gz.sig

New:

  youtube-dl-2015.09.22.tar.gz
  youtube-dl-2015.09.22.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.nJRAwW/_old  2015-09-27 08:39:26.0 +0200
+++ /var/tmp/diff_new_pack.nJRAwW/_new  2015-09-27 08:39:26.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.09.03
+Version:2015.09.22
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.09.03.tar.gz -> youtube-dl-2015.09.22.tar.gz ++
 4058 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-09-17 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-09-17 09:21:47

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is "youtube-dl"

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-08-25 
08:59:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-09-17 09:21:48.0 +0200
@@ -1,0 +2,13 @@
+Wed Sep  9 08:23:01 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.09.03
+* downloader/f4m Fragment filenames are now be sanitized.
+* Improvements to mtvservices: support for news, catch more
+  georestriction errors, title extraction under python2.
+* Check for ScreenwaveMedia embeddings. Warn when falling back to
+  a hardcoded list of streams.
+* youtube was missing format details for 60fps DASH formats.
+* f4m: add missing imports
+* hls: properly encode fragment filename
+
+---

Old:

  youtube-dl-2015.08.16.1.tar.gz
  youtube-dl-2015.08.16.1.tar.gz.sig

New:

  youtube-dl-2015.09.03.tar.gz
  youtube-dl-2015.09.03.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.7iIIss/_old  2015-09-17 09:21:49.0 +0200
+++ /var/tmp/diff_new_pack.7iIIss/_new  2015-09-17 09:21:49.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.08.16.1
+Version:2015.09.03
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.08.16.1.tar.gz -> youtube-dl-2015.09.03.tar.gz ++
 2906 lines of diff (skipped)




commit youtube-dl for openSUSE:Factory

2015-08-25 Thread h_root
Hello community,

here is the log from the commit of package youtube-dl for openSUSE:Factory 
checked in at 2015-08-25 07:20:13

Comparing /work/SRC/openSUSE:Factory/youtube-dl (Old)
 and  /work/SRC/openSUSE:Factory/.youtube-dl.new (New)


Package is youtube-dl

Changes:

--- /work/SRC/openSUSE:Factory/youtube-dl/youtube-dl.changes2015-08-17 
15:35:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.youtube-dl.new/youtube-dl.changes   
2015-08-25 08:59:42.0 +0200
@@ -1,0 +2,7 @@
+Mon Aug 24 09:36:36 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 2015.08.16.1
+* youtube: search_url extraction.
+* youtube: Expand _VALID_URL to support vid.plus.
+
+---

Old:

  youtube-dl-2015.08.06.1.tar.gz
  youtube-dl-2015.08.06.1.tar.gz.sig

New:

  youtube-dl-2015.08.16.1.tar.gz
  youtube-dl-2015.08.16.1.tar.gz.sig



Other differences:
--
++ youtube-dl.spec ++
--- /var/tmp/diff_new_pack.2r77hh/_old  2015-08-25 08:59:43.0 +0200
+++ /var/tmp/diff_new_pack.2r77hh/_new  2015-08-25 08:59:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   youtube-dl
-Version:2015.08.06.1
+Version:2015.08.16.1
 Release:0
 Summary:A tool for downloading from Youtube
 License:SUSE-Public-Domain and CC-BY-SA-3.0

++ youtube-dl-2015.08.06.1.tar.gz - youtube-dl-2015.08.16.1.tar.gz ++
 2779 lines of diff (skipped)




  1   2   >