Yen Chi Hsuan
cc99d4f826
[comedycentral] Remove IEs for *.cc.com except tosh.cc.com
...
All other subdomains now redirects to cc.com/* URLs
2016-07-26 11:06:50 +08:00
Yen Chi Hsuan
712c7530ff
[mtv] Extract more metadata and more
...
1. Remove MTVIggyIE. All www.mtviggy.com URLs now redirects to
www.mtv.com
2. Fix MTVDEIE
3. Return multiple URLs from _transform_rtmp_url. This is for
tosh.cc.com
2016-07-26 11:03:43 +08:00
Yen Chi Hsuan
998895dffa
[cloudy] Drop videoraj.to
...
videoraj.ch is now a shoe-selling website, and videoraj.to domain name
is gone.
2016-07-16 15:37:54 +08:00
Yen Chi Hsuan
aadd3ce21f
[cliphunter] Update _TESTS
2016-07-16 15:37:54 +08:00
Yen Chi Hsuan
ae7b846203
[cbsnews] Update _TESTS of CBSNewsLiveVideoIE
2016-07-16 15:37:54 +08:00
Yen Chi Hsuan
21ba7d0981
[cbc] Skip geo-restricted test case
2016-07-16 15:37:54 +08:00
Yen Chi Hsuan
23495d6a39
Revert "[ffmpeg] Fix embedding subtitles ( #9063 )"
...
This reverts commit ccff2c404d .
Fixes #10081 .
The new approach breaks embedding subtitles into video-only or
audio-only files. FFMpeg provides a trick: add '?' after the argument of
'-map' so that a missing stream is ignored. For example:
opts = [
'-map', '0:v?',
'-c:v', 'copy',
'-map', '0:a?',
'-c:a', 'copy',
# other options...
]
Unfortunately, such a format is not implemented in avconv, either.
I guess adding '-ignore_unknown' if self.basename == 'ffmpeg' is the
best solution. However, the example mentioned in #9063 no longer serves
problematic files, so I can't test it. I'll reopen #9063 and wait for
another example so that I can test '-ignore_unknown'.
2016-07-15 20:02:36 +08:00
Yen Chi Hsuan
9d865a1af6
[travis] Skip downloading srelay
...
SOCKS tests never run on Travis CI due to unknown reasons, and
downloading them broke some tests (e.g.
https://travis-ci.org/rg3/youtube-dl/builds/144306425 )
2016-07-13 14:27:14 +08:00
Yen Chi Hsuan
2a49d01600
[playvid] Update _TESTS
...
Blocks https://travis-ci.org/rg3/youtube-dl/jobs/143809100
2016-07-11 15:15:28 +08:00
Yen Chi Hsuan
b99af8a51c
[biobiochiletv] Fix extraction and update _TESTS
2016-07-11 13:23:57 +08:00
Yen Chi Hsuan
8e7020daef
[rudo] Add new extractor
...
Used in biobiochile.tv
2016-07-11 13:19:25 +08:00
Yen Chi Hsuan
e2dbcaa1bf
[vuclip] Fix extraction
2016-07-11 00:52:25 +08:00
Yen Chi Hsuan
ae01850165
[miomio] Fix _TESTS
2016-07-11 00:03:24 +08:00
Yen Chi Hsuan
c3baaedfc8
[miomio] Support new 'h5' player ( closes #9605 )
...
Depends on #8876
2016-07-10 23:46:48 +08:00
Yen Chi Hsuan and GitHub
0b68de3cc1
Merge pull request #8876 from remitamine/html5_media
...
[extractor/common] add helper method to extract html5 media entries
2016-07-10 23:40:45 +08:00
Yen Chi Hsuan
c03adf90bd
[generic] Add the test. Closes #1638
2016-07-09 14:39:01 +08:00
Yen Chi Hsuan
0ece114b7b
[vimeo] Recognize non-standard embeds ( #1638 )
2016-07-09 14:38:27 +08:00
Yen Chi Hsuan and GitHub
5b6a74856b
Merge pull request #9288 from reyyed/issue#9063fix
...
[ffmpeg] Fix embedding subtitles (#9063 )
2016-07-09 14:29:53 +08:00
Yen Chi Hsuan
ae8cb5328d
Merge branch 'JakubAdamWieczorek-polskie-radio'
2016-07-08 19:35:21 +08:00
Yen Chi Hsuan
2e32ac0b9a
[polskieradio] Fix regex in _TESTS
2016-07-08 19:34:53 +08:00
Yen Chi Hsuan
672f01c370
Merge branch 'polskie-radio' of https://github.com/JakubAdamWieczorek/youtube-dl into JakubAdamWieczorek-polskie-radio
2016-07-08 19:33:28 +08:00
Yen Chi Hsuan
0ab7f4fe2b
[nick] support nickjr.com ( closes #7542 )
2016-07-08 15:11:28 +08:00
Yen Chi Hsuan
ec3518725b
[compat] Fix test_cmdline_umlauts on Python 2.6
...
The original statement raises uncaught UnicodeWarning on Python 2.6
2016-07-07 22:30:58 +08:00
Yen Chi Hsuan
dfe5fa49ae
[compat] Fix compat_shlex_split for non-ASCII input
...
Closes #9871
2016-07-07 17:37:29 +08:00
Yen Chi Hsuan
f7291a0b7c
[daum.net] Fix extraction for specific examples
...
Closes #9972
2016-07-07 01:26:14 +08:00
Yen Chi Hsuan
c65aa4e9e1
[brightcove:legacy] Support 'playlistTabs' and skip a dead test
...
Closes #9965
2016-07-07 01:13:37 +08:00
Yen Chi Hsuan
ad213a1d74
[francetv] Recognize more Dailymotion embedded videos
...
Closes #9955
2016-07-06 23:37:54 +08:00
Yen Chi Hsuan
43f1e4e41e
[onet] Add MD5 checksum
2016-07-06 20:32:03 +08:00
Yen Chi Hsuan
54b0e909d5
[amp] Fix a typo
2016-07-06 20:10:47 +08:00
Yen Chi Hsuan
f8752b86ac
[Onet,ClipRs] Add new extractor for onet.tv and use it for clip.rs
...
Closes #9950
2016-07-06 20:09:05 +08:00
Yen Chi Hsuan
84c237fb8a
[utils] Add get_element_by_class
...
For #9950
2016-07-06 20:02:52 +08:00
Yen Chi Hsuan
c6054e3201
[xuite] Support videos with already encoded media id
2016-07-05 14:26:42 +08:00
Yen Chi Hsuan
4080530624
[youtube:shared] Recognize the new 'shared' URLs
...
Closes #10007
2016-07-05 13:15:05 +08:00
Yen Chi Hsuan
3a212ed62e
[iqiyi] Skip an unstable MD5 checksum
2016-07-04 11:25:46 +08:00
Yen Chi Hsuan
40f3666f6b
[test/test_http] Update tests for 38cce791c7
2016-07-03 23:50:55 +08:00
Yen Chi Hsuan
38cce791c7
Rename --cn-verfication-proxy to --geo-verification-proxy
...
And deprecate the former one
Since commit f138873900 , this option is
not limited to China websites, so rename it.
2016-07-03 23:29:56 +08:00
Yen Chi Hsuan
2644e911be
[iqiyi] Fix extraction
...
See https://github.com/soimort/you-get/issues/1211#issuecomment-229011559
2016-07-03 22:19:56 +08:00
Yen Chi Hsuan
15e4b6b758
[rai] Support an alternative form of embedded relinker URL
...
Closes #8551
2016-07-03 19:52:11 +08:00
Yen Chi Hsuan
2b28b892d8
[rai] Support videos with embedded content item ID ( #8551 )
2016-07-03 19:52:11 +08:00
Yen Chi Hsuan
477b7a8474
[downloader/f4m] Fix for Rai live streams
2016-07-03 19:26:39 +08:00
Yen Chi Hsuan
034a884957
[rai] Support direct relinker URLs ( closes #8552 )
2016-07-03 19:26:39 +08:00
Yen Chi Hsuan
f138873900
[rai] Fix extraction and update _TESTS
...
Closes #8617
Closes #9157
Closes #9232
2016-07-03 15:49:35 +08:00
Yen Chi Hsuan
e793338c88
[buzzfeed] Detect Facebook embed and update _TESTS
...
Closes #5701
2016-07-03 14:12:02 +08:00
Yen Chi Hsuan
369bb06206
[facebook] Improve embed detection ( #5701 )
2016-07-03 14:11:29 +08:00
Yen Chi Hsuan
712b0b5b70
[la7.it] Fix the extractor
2016-07-02 23:49:03 +08:00
Yen Chi Hsuan
6a424391d9
[facebook] Make embed detection stricter to prevent false-positives
2016-07-02 23:15:55 +08:00
Yen Chi Hsuan
dbf0157a26
[generic] Add MD5 checksums
2016-07-02 21:58:07 +08:00
Yen Chi Hsuan
7deef1ba67
[generic] Support Wordpress "YouTube Video Importer" plugin
...
Closes #9938
2016-07-02 21:58:07 +08:00
Yen Chi Hsuan
fd6ca38262
[facebook] Improve Facebook embedded detection
...
Related to #9938 .
Another example comes from 9834872bf6 .
2016-07-02 21:58:07 +08:00
Yen Chi Hsuan
fc3996bfe1
[iqiyi] Remove codes for debugging
2016-06-26 15:45:41 +08:00
Yen Chi Hsuan
5b6ad8630c
[iqiyi] Partially fix IqiyiIE
...
Use the HTML5 API. Only low-resolution formats available
Related: #9839
Thanks @zhangn1985 for the overall algorithm (soimort/you-get#1224 )
2016-06-26 15:18:32 +08:00
Yen Chi Hsuan
30105f4ac0
[le] Move urshift() to utils.py
2016-06-26 15:17:26 +08:00
Yen Chi Hsuan
1143535d76
[utils] Add urshift()
...
Used in IqiyiIE and LeIE
2016-06-26 15:16:49 +08:00
Yen Chi Hsuan
7d52c052ef
[generic] Fix test_Generic_76
...
Broken: https://travis-ci.org/rg3/youtube-dl/jobs/140251658
2016-06-26 11:56:27 +08:00
Yen Chi Hsuan
896cc72750
[mixcloud] View count and like count may be absent
...
Closes #9874
2016-06-24 17:26:12 +08:00
Yen Chi Hsuan
c1ff6e1ad0
[vimeo:review] Fix extraction for password-protected videos
...
Closes #9853
2016-06-24 16:48:37 +08:00
Yen Chi Hsuan
e4f90ea0a7
[svt] Fix extraction for SVTPlay ( closes #9809 )
2016-06-21 17:55:53 +08:00
Yen Chi Hsuan
6c83e583b3
[radiojavan] PEP8
...
E275 is added in pycodestyle 2.6
See https://github.com/PyCQA/pycodestyle/pull/491
2016-06-19 13:32:08 +08:00
Yen Chi Hsuan and GitHub
6aeb64b673
Merge pull request #8201 from remitamine/hls-aes
...
[downloader/hls] Add support for AES-128 encrypted segments in hlsnative downloader
2016-06-19 13:25:08 +08:00
Yen Chi Hsuan
b0b128049a
[extractors] Update references to sportschau ( #9799 )
2016-06-18 13:43:47 +08:00
Yen Chi Hsuan
e8f13f2637
[sportschau.de] Fix extraction and moved to its own file ( closes #9799 )
2016-06-18 13:42:58 +08:00
Yen Chi Hsuan
b5aad37f6b
[ard] Remove SportschauIE, which is now based on WDR ( #9799 )
2016-06-18 13:42:39 +08:00
Yen Chi Hsuan
6d0d4fc26d
[wdr] Add WDRBaseIE, for Sportschau ( #9799 )
2016-06-18 13:40:55 +08:00
Yen Chi Hsuan
0278aa443f
[br] Skip invalid tests
2016-06-18 12:53:48 +08:00
Yen Chi Hsuan
1f35745758
[azubu] Don't fail on optional fields
2016-06-18 12:39:08 +08:00
Yen Chi Hsuan
573c35272f
[bbc] Skip a geo-restricted test case
2016-06-18 12:35:55 +08:00
Yen Chi Hsuan
09e3f91e40
[arte] Update _TESTS and fix for pages with multiple YouTube videos
...
Some tests are from #6895 and #6613
2016-06-18 12:34:58 +08:00
Yen Chi Hsuan
1b6cf16be7
[aftonbladet] Fix extraction
2016-06-18 12:27:39 +08:00
Yen Chi Hsuan
26264cb056
[adobetv] Use embedded data in the webpage
...
Sometimes the HTML webpage is returned even with '?format=json'
2016-06-18 12:21:40 +08:00
Yen Chi Hsuan
a72df5f36f
[mtvservices] Fix ext for RTMP streams
2016-06-18 12:19:06 +08:00
Yen Chi Hsuan
c878e635de
[bet] Moved to MTVServices
2016-06-18 12:17:24 +08:00
Yen Chi Hsuan
efbd1eb51a
[wimp] Fix extraction and update _TESTS
2016-06-16 12:27:21 +08:00
Yen Chi Hsuan
369ff75081
[jwplatform] Improved JWPlayer support
2016-06-16 12:26:45 +08:00
Yen Chi Hsuan
47212f7bcb
[utils] Don't transform numbers not starting with a zero
...
Fix test_Viidea and maybe others
2016-06-16 11:00:54 +08:00
Yen Chi Hsuan
8bc4dbb1af
[wrzuta.pl] Detect error and update _TESTS
2016-06-14 11:14:59 +08:00
Yen Chi Hsuan
6d28c408cf
[viki] Do not use a fallback language for title in the first try
...
In test_Viki_3, 'titles' gives a Hebrew title.
2016-06-11 23:00:44 +08:00
Yen Chi Hsuan
c83b35d4aa
[viki] Update _TESTS
2016-06-11 22:39:13 +08:00
Yen Chi Hsuan
94e5d6aedb
[viki] Skip a geo-restricted test
2016-06-11 21:49:01 +08:00
Yen Chi Hsuan
531a74968c
[vimeo] Fix extraction for VimeoReview videos
2016-06-11 21:35:08 +08:00
Yen Chi Hsuan
c5edd147d1
[generic] Remove an invalid test
...
Now handled by telewebion.py
2016-06-11 18:39:58 +08:00
Yen Chi Hsuan
856150d056
[telewebion] Add new extractor ( closes #5135 )
2016-06-11 18:39:58 +08:00
Yen Chi Hsuan and GitHub
03ebea89b0
Merge pull request #9755 from vxbinaca/patch-2
...
[utils] Change Firefox 44 to 47
2016-06-11 17:38:45 +08:00
Yen Chi Hsuan
7aab3696dd
[kuwo] Update _TESTS
2016-06-11 15:37:04 +08:00
Yen Chi Hsuan
47787efa2b
[leeco] Recognize Le Sports URLs ( fixes #9750 )
2016-06-11 13:14:41 +08:00
Yen Chi Hsuan
836ab0c554
[compat] Import html5 entities correctly
2016-06-10 18:12:57 +08:00
Yen Chi Hsuan
6c0376fe4f
[dw] Skip an invalid test
...
DW documentaries only last for one or two weeks. See #9475
2016-06-10 16:53:40 +08:00
Yen Chi Hsuan
1fa309da40
[generic] Update test_Generic_40
...
The original link now redirects to an YouTube user channel.
2016-06-10 16:39:31 +08:00
Yen Chi Hsuan
daa0df9e8b
[youtube:user] Support another URL form
...
Such an URL comes from http://www.gametrailers.com/ . This is originally
a test case in GenericIE, but now seems all GameTrailers videos are on
YouTube.
2016-06-10 16:37:12 +08:00
Yen Chi Hsuan
09728d5fbc
[audiomack:album] Force video_id to be strings
...
Related: be6217b261
2016-06-10 16:11:28 +08:00
Yen Chi Hsuan
c16f8a4659
[voicerepublic] Force video_id to be strings
...
Related: be6217b261
2016-06-10 16:04:28 +08:00
Yen Chi Hsuan
a225238530
[vporn] Improve error detection and update _TESTS
2016-06-10 15:12:53 +08:00
Yen Chi Hsuan
55b2f099c0
[utils] Decode HTML5 entities
...
Used in test_Vporn_1. Also related to #9270
2016-06-10 15:11:55 +08:00
Yen Chi Hsuan
9631a94fb5
[compat] Add compat_html_entities_html5
...
Used in tset_Vporn_1. Also Related to #9270
2016-06-10 15:05:24 +08:00
Yen Chi Hsuan
cc4444662c
[generic] Remove Vulture embed detection
...
Vulture.com videos now hosts on YouTube, Vimeo, MTV, NBC News or Hulu.
Here's an example of Hulu:
http://www.vulture.com/2016/06/kimmel-interviews-mariah-carey-in-a-bathtub.html
2016-06-10 13:40:57 +08:00
Yen Chi Hsuan
de3eb07ed6
[generic] Detect NBC News embeds
2016-06-10 13:32:59 +08:00
Yen Chi Hsuan
5de008e8c3
[nbcnews] Support embed widgets
...
Used in some Vulture videos
2016-06-10 13:31:55 +08:00
Yen Chi Hsuan
3e74b444e7
[vulture] Remove the extractor
...
The first 10 URLs in google search "site:http://video.vulture.com/video "
is dead. I guess Vulture does not host videos on their own anymore.
2016-06-10 13:13:59 +08:00
Yen Chi Hsuan
e1e0a10c56
[weibo] Remove the extractor
...
The Weibo weishipin (微視頻, tiny videos) service is dead and now all
videos are hosted on Sina videos, which is covered by sina.py
2016-06-10 13:01:22 +08:00
Yen Chi Hsuan
436214baf7
[xfileshare] Skip an invalid test
2016-06-10 12:31:06 +08:00
Yen Chi Hsuan
506d0e9693
[xuite] Skip the invalid test
2016-06-10 12:29:58 +08:00