Roland Hieber
e89d7e3029
[tagesschau] add support for more video types
...
I found that currently only tagesschau videos are played. There are some
more shows hosted on tagesschau.de (see [0] for example) which are
easily playable by adjusting the regex. So this patch adds support for:
* tagesthemen
* tagesschau vor 20 Jahren
* tagesschau (mit Gebärdensprache)
* nachtmagazin
Note that some videos don't provide a description, so in order for the
tests to succeed, an ExtractorError needs to get caught.
[0]: http://www.tagesschau.de/multimedia/video/videoarchiv2~_date-20150714.html
2015-07-19 03:44:16 +02:00
Yen Chi Hsuan
4b0f45f667
Merge branch 'sceext2-fix-iqiyi-2015-07-17'
2015-07-19 03:57:36 +08:00
Yen Chi Hsuan
36068ae019
[iqiyi] Comment out some MD5 sums
...
The value is different on Travis CI server
2015-07-19 03:54:59 +08:00
Yen Chi Hsuan
761ee0d827
[iqiyi] Remove unused imports
2015-07-19 02:28:43 +08:00
Yen Chi Hsuan
fb8bc3f818
Merge branch 'fix-iqiyi-2015-07-17' of https://github.com/sceext2/youtube_dl into sceext2-fix-iqiyi-2015-07-17
2015-07-19 02:27:59 +08:00
Sergey M․
826a7da808
[rtlnl] Avoid episodes completely ( Closes #6275 )
2015-07-19 00:27:23 +06:00
Sergey M․
cbd55ade68
[extractor/generic] Add support for francetv embeds
2015-07-18 22:56:00 +06:00
Sergey M․
5705ee6ef8
[francetv] Fix duration extraction
2015-07-18 22:43:42 +06:00
Sergey M․
3f5c6d0c1b
[francetv] Add support for embeds and clean up _VALID_URL
2015-07-18 22:41:34 +06:00
Sergey M․
e58066e244
[vk] Add age restricted video test for reference
2015-07-18 19:25:06 +06:00
Sergey M․
ee48b6a88f
[vk] Capture error message
2015-07-18 19:15:20 +06:00
Sergey M․
9ac09ed4de
[bliptv] Remove unused import
2015-07-18 19:13:10 +06:00
Sergey M․
22603348aa
[compat] Fix _asciire
2015-07-18 18:32:52 +06:00
Sergey M․
fec73daaa3
[vk:uservideos] Revert orderedSet
2015-07-18 18:23:35 +06:00
Sergey M․
c6b68648f4
[bilibili] Show georestriction error
2015-07-18 17:36:46 +06:00
Sergey M․
1ecb5d1d83
[vk] Clarify extractor names
2015-07-18 17:23:33 +06:00
Sergey M․
dc786d3db5
[vk:uservideos] Improve extraction
2015-07-18 17:22:25 +06:00
Sergey M․
74fe23ec35
[extractor/common] Style
2015-07-18 16:35:28 +06:00
Philipp Hagemeister
b0bff54b08
release 2015.07.18
2015-07-18 11:59:45 +02:00
sceext
1b541d8d6e
[iqiyi] fix iqiyi (2015-07-17), update the md5 salt (enc_key) to iqiyi latest (2015-07-17) flash player.
2015-07-18 12:34:26 +08:00
Sergey M․
f29ac588dd
[nationalgeographics] Fix extraction ( Closes #6262 )
2015-07-18 06:33:50 +06:00
Sergey M․
0696667734
[twitch:stream] Clarify channel_id reassignment rationale ( #6263 )
2015-07-18 06:27:45 +06:00
Sergey M․
1793d71db6
[twitch:stream] Fix channel_id in different case ( Closes #6263 )
2015-07-18 06:18:03 +06:00
Sergey M․
4211e1941b
[videomega] Add shortcut to _VALID_URL
2015-07-18 04:27:09 +06:00
Sergey M․
4bdfef5a18
[videomega] Add tests
2015-07-18 04:25:30 +06:00
Sergey M․
8a37f53685
[videomega] Revert iframe URL
2015-07-18 04:25:10 +06:00
Sergey M․
4e1ad6e9a8
[videomega] Extend _VALID_URL and improve extraction ( Closes #6260 )
2015-07-18 04:13:45 +06:00
Sergey M․
fb10e1aa57
Merge branch 'seamusphelan-sbs_website_changes'
2015-07-18 02:43:44 +06:00
Sergey M․
3c283a381e
[sbs] Simplify
2015-07-18 02:43:18 +06:00
Sergey M․
dac4d5be12
Merge branch 'sbs_website_changes' of https://github.com/seamusphelan/youtube-dl into seamusphelan-sbs_website_changes
2015-07-18 02:13:55 +06:00
Sergey M․
530857182d
[bliptv] Add test with missing duration
2015-07-18 01:45:54 +06:00
Sergey M․
9441f77faa
[bliptv] Use xpath for extraction and fix test
2015-07-18 01:45:36 +06:00
Sergey M․
3cc8b4c327
[compat] Fix missing _asciire on python 2.6
2015-07-18 00:24:39 +06:00
Sergey M․
6b19647d57
[veehd] Use compat_urllib_parse_unquote
2015-07-18 00:04:25 +06:00
Sergey M․
7bd42d0d96
[openfilm] Fix compat_urllib_parse_unquote_plus import
2015-07-17 23:56:27 +06:00
Sergey M․
c60e8cfaf7
[ehow] Simplify
2015-07-17 23:54:38 +06:00
Sergey M․
7fd002c006
[youtube] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus
2015-07-17 23:51:57 +06:00
Sergey M․
db6c50f109
[ynet] Use compat_urllib_parse_unquote_plus
2015-07-17 23:50:52 +06:00
Sergey M․
aa4789d632
[xvideos] Use compat_urllib_parse_unquote
2015-07-17 23:50:25 +06:00
Sergey M․
ee8de13e14
[xtube] Use compat_urllib_parse_unquote
2015-07-17 23:50:02 +06:00
Sergey M․
7dde5f6a8d
[xnxx] Use compat_urllib_parse_unquote
2015-07-17 23:49:38 +06:00
Sergey M․
736f003f2e
[xbef] Use compat_urllib_parse_unquote
2015-07-17 23:49:14 +06:00
Sergey M․
47af21e8f1
[spankwire] Use compat_urllib_parse_unquote
2015-07-17 23:47:51 +06:00
Sergey M․
605cbef653
[pornhub] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus
2015-07-17 23:47:23 +06:00
Sergey M․
388ad0c05c
[playvid] Use compat_urllib_parse_unquote and compat_urllib_parse_unquote_plus
2015-07-17 23:46:33 +06:00
Sergey M․
2ebbb6f1f7
[photobucket] Use compat_urllib_parse_unquote
2015-07-17 23:45:55 +06:00
Sergey M․
d54f1c7477
[openfilm] Use compat_urllib_parse_unquote_plus
2015-07-17 23:45:26 +06:00
Sergey M․
b78f5ec4c3
[odnoklassniki] Use compat_urllib_parse_unquote
2015-07-17 23:45:00 +06:00
Sergey M․
9fd3bf04b7
[myvideo] Use compat_urllib_parse_unquote
2015-07-17 23:44:38 +06:00
Sergey M․
e97bb3de83
[mofosex] Use compat_urllib_parse_unquote
2015-07-17 23:43:36 +06:00