summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [generic] Remove Vulture embed detectionYen Chi Hsuan2016-06-101-8/+0
| | | | | | 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
* [generic] Detect NBC News embedsYen Chi Hsuan2016-06-101-0/+17
|
* [nbcnews] Support embed widgetsYen Chi Hsuan2016-06-101-9/+13
| | | | Used in some Vulture videos
* [vulture] Remove the extractorYen Chi Hsuan2016-06-102-70/+0
| | | | | 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.
* [weibo] Remove the extractorYen Chi Hsuan2016-06-102-50/+0
| | | | | The Weibo weishipin (微視頻, tiny videos) service is dead and now all videos are hosted on Sina videos, which is covered by sina.py
* [xfileshare] Skip an invalid testYen Chi Hsuan2016-06-101-1/+2
|
* [xuite] Skip the invalid testYen Chi Hsuan2016-06-101-0/+1
|
* [yahoo] Yahoo doesn't like region names in lower casesYen Chi Hsuan2016-06-101-1/+1
| | | | Fix test_Yahoo_7
* [wdr] Subtitles are TTMLYen Chi Hsuan2016-06-101-2/+4
|
* [godtv] Relax _VALID_URLSergey M․2016-06-091-1/+4
|
* [godtv] Add more testsSergey M․2016-06-091-0/+6
|
* [godtv] Improve and add support for playlists (Closes #9608)Sergey M․2016-06-091-4/+32
|
* [godtv] Add extractorTRox19722016-06-092-0/+30
| | | | [GodTV] Improvements
* [openload] Relax _VALID_URLN1k1452016-06-091-1/+4
| | | | [openload] added to _TESTS, removed escape
* [openload] Fix extraction. Thanks @perron375 for the solutionYen Chi Hsuan2016-06-091-1/+1
| | | | Closes #9706
* Merge pull request #9395 from pmrowla/afreecatvYen Chi Hsuan2016-06-092-0/+134
|\ | | | | [afreecatv] Add new extractor for afreecatv.com VODs
| * use /track/video/file to determine if video existsPeter Rowlands2016-05-311-1/+3
| |
| * don't use selection by attributePeter Rowlands2016-05-081-2/+4
| |
| * use stricter file selectorPeter Rowlands2016-05-081-2/+2
| | | | | | | | in case of empty in case of empty ./track/video/file entries
| * update testsPeter Rowlands2016-05-081-2/+5
| |
| * fix extractors.py import orderPeter Rowlands2016-05-081-1/+1
| |
| * use dict.get in case upload_date does not existPeter Rowlands2016-05-081-4/+4
| |
| * add multi_video test casePeter Rowlands2016-05-061-2/+30
| |
| * fix multi_video part naming, add upload_date fieldPeter Rowlands2016-05-061-1/+15
| |
| * use url instead of single formats entryPeter Rowlands2016-05-061-2/+2
| |
| * use xpath_textPeter Rowlands2016-05-061-15/+15
| |
| * [afreecatv] Add new extractor for afreecatv.com VODsPeter Rowlands2016-05-052-0/+85
| |
* | [wdr] Misc changesYen Chi Hsuan2016-06-091-7/+6
| |
* | [wdr] Simplify extractionYen Chi Hsuan2016-06-091-31/+35
| |
* | [wdr] Support radio players (closes #6147)Yen Chi Hsuan2016-06-091-5/+24
| |
* | [utils] Add audio/mpeg to mimetype2ext()Yen Chi Hsuan2016-06-091-0/+3
| | | | | | | | Used in WDR live radios (#6147)
* | [YoutubeDL] Force string conversion on non string video idsSergey M․2016-06-091-0/+4
| |
* | [vessel] Make hls formats non fatalSergey M․2016-06-091-1/+1
| |
* | [vessel] Extract DASH formatsSergey M․2016-06-091-2/+6
| |
* | [vessel] Use native hls by defaultSergey M․2016-06-091-1/+2
| |
* | [extractor/generic] Add support vessel embeds (Closes #7083)Sergey M․2016-06-091-0/+6
| |
* | [vessel] Add support for embed urls and improve extractionSergey M․2016-06-091-7/+20
| |
* | [youku:show] Add new extractorYen Chi Hsuan2016-06-082-1/+56
| |
* | [twitter] Update _TESTSYen Chi Hsuan2016-06-081-4/+4
| |
* | [twitter] Fix extraction for videos with HLS streamsYen Chi Hsuan2016-06-081-6/+12
| | | | | | | | Closes #9623
* | [twitter] Detect suspended accounts and update _TESTSYen Chi Hsuan2016-06-081-1/+6
| |
* | [nbc] Add the test case from #9578Yen Chi Hsuan2016-06-081-0/+17
| | | | | | | | Closes #9578
* | [theplatform] Some NBC videos require an additional cookieYen Chi Hsuan2016-06-081-0/+8
| | | | | | | | Related: #9578
* | [downloader/external] Add another env for proxies in ffmpeg/avconvYen Chi Hsuan2016-06-081-0/+1
| | | | | | | | | | | | | | | | Related sources: https://git.libav.org/?p=libav.git;a=blob;f=libavformat/http.c;h=8fe8d11e1edfdbb04a8726db2c49cfef3f572aac;hb=HEAD#l152 https://git.libav.org/?p=libav.git;a=blob;f=libavformat/tls.c;h=fab243e93e20034e88e619188c13a44a5d8ccdb9;hb=HEAD#l63 https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/http.c#L191 https://github.com/FFmpeg/FFmpeg/blob/f8e89d8/libavformat/tls.c#L92
* | [bilibili] Fix for videos without upload time (closes #9710)Yen Chi Hsuan2016-06-081-0/+17
| |
* | [thesixtyone] Relax _VALID_URL (Closes #9714)Sergey M․2016-06-081-1/+5
| |
* | [livestream:event] Ensure video id is string (Closes #9721)Sergey M․2016-06-071-2/+3
| |
* | [wdr] Update _TESTSYen Chi Hsuan2016-06-081-7/+2
| |
* | [common] Fix <bootstrapInfo> detection in F4M manifestsYen Chi Hsuan2016-06-081-2/+3
| | | | | | | | Regression since 0a5685b26fae0940f14cb063a6e4fc6986f9c124
* | [canal+] Add support for d17.tvSergey M․2016-06-071-0/+5
| |