Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-28 | [cartoonnetwork] make extraction work for more videos in the website | Remita Amine | |
some videos require `networkName=CN2` to be present in the feed url | |||
2016-08-28 | [tbs] Add new extractor(#10222) | Remita Amine | |
2016-08-28 | [cartoonnetwork] Add new extractor(#10110) | Remita Amine | |
2016-08-28 | [turner,nba,cnn,adultswim] add base extractor to parse cvp feeds | Remita Amine | |
2016-08-28 | [openload] Update algorithm again (#10408) | Yen Chi Hsuan | |
2016-08-28 | [bilibili] Fix extraction (closes #10375) | Yen Chi Hsuan | |
Thanks @gdkchan for the algorithm | |||
2016-08-28 | [openload] Fix extraction (closes #10408) | Yen Chi Hsuan | |
Thanks to @yokrysty again! | |||
2016-08-28 | [generic] Update some _TESTS | Yen Chi Hsuan | |
2016-08-28 | [periscope:user] Fix extraction (Closes #10453) | Sergey M․ | |
2016-08-27 | [douyutv] Simplify | Yen Chi Hsuan | |
2016-08-26 | Merge branch 'patch-2' of https://github.com/steven7851/youtube-dl into ↵ | Yen Chi Hsuan | |
steven7851-patch-2 | |||
2016-08-26 | [crackle] Revert to template-based thumbnail extraction | Yen Chi Hsuan | |
To reduce to number of HTTP requests | |||
2016-08-26 | [douyutv] Use new api | steven7851 | |
use lapi for flv info, and html5 api for room info #10153 #10318 | |||
2016-08-26 | [tnaflix] Fix extraction (Closes #10434) | Sergey M․ | |
2016-08-26 | [nhk:vod] Improve extraction (Closes #10424) | Sergey M․ | |
2016-08-26 | [nhk] Add extractor for VoD. | Aleksander Nitecki | |
2016-08-26 | [trutube] Remove extractor (Closes #10438) | Sergey M․ | |
2016-08-25 | [usanetwork] Add new extractor | Remita Amine | |
2016-08-25 | [crackle] Fix extraction and update _TESTS (closes #10333) | Yen Chi Hsuan | |
2016-08-25 | [spankbang] Fix description and uploader (closes #10339) | Yen Chi Hsuan | |
2016-08-25 | raise unexpected error when no stream found | Remita Amine | |
2016-08-25 | [discoverygo] detect when video needs authentication(closes #10425) | Remita Amine | |
2016-08-25 | [cbc] Add support for watch.cbc.ca | Remita Amine | |
2016-08-25 | [common] extract formats from #EXT-X-MEDIA tags | Remita Amine | |
2016-08-25 | [kickstarter] Silent the warning for og:description | Yen Chi Hsuan | |
Closes #10415 | |||
2016-08-24 | [mtvservices:embedded] Use another endpoint to get feed URL | Yen Chi Hsuan | |
Closes #10363 In the original mtvservices:embedded test case, config.xml is still used to get the feed URL. Some other examples, including test_Generic_40 (http://www.vulture.com/2016/06/new-key-peele-sketches-released.html), and the video mentioned in #10363, use another endpoint to get the feed URL. The 'index.html' approach works for the original test case, too. So I didn't keep the old approach. | |||
2016-08-24 | [bilibili] Mark as broken | Yen Chi Hsuan | |
Bilibili now uses emscripten, which is very difficult for reverse engineering. I don't expect it to be fixed in near future, so I mark it as broken. Ref: #10375 | |||
2016-08-24 | [pluralsight] Modernize and make more robust | Sergey M․ | |
2016-08-24 | [pluralsight] Add support for subtitles (Closes #9681) | Sergey M․ | |
2016-08-24 | [youtube] Fix authentication (2) (Closes #10392) | Sergey M․ | |
2016-08-24 | [youtube] Fix authentication (#10392) | Sergey M․ | |
2016-08-23 | [syfy,bravotv] restrict drupal settings regex | Remita Amine | |
2016-08-23 | [openload] Fix extraction (closes #10408) | Yen Chi Hsuan | |
Thanks @yokrysty for the algorithm | |||
2016-08-23 | [bravotv] correct clip info extraction and add support for adobe pass ↵ | Remita Amine | |
auth(closes #10407) | |||
2016-08-23 | [eagleplatform] Improve detection of embedded videos (Closes #10409) | Sergey M․ | |
2016-08-22 | [awaan] fix extraction, modernize, rename the extractors and add test for ↵ | Remita Amine | |
live stream | |||
2016-08-22 | [nrk,abc:iview] use _extract_akamai_formats | Remita Amine | |
2016-08-22 | [common] add helper method to extract akamai m3u8 and f4m formats | Remita Amine | |
2016-08-22 | [mtvservices:embedded] Update config URL | Yen Chi Hsuan | |
All starts from #10363. The test case in mtvservices:embedded uses config.xml, while the video from #10363 and the test case in generic.py is broken. Both uses index.html for fetching the feed URL. | |||
2016-08-22 | [abc:iview] Add new extractor(closes #6148) | Remita Amine | |
2016-08-22 | [ivi] Fix episode number extraction | Sergey M․ | |
2016-08-22 | [ivi] Add support for 720p and 1080p | Sergey M․ | |
2016-08-22 | [extractor/common] Change the default m3u8 protocol in HTML5 | Yen Chi Hsuan | |
Helper functions should have consistent default values | |||
2016-08-21 | [firsttv] keep a test videos with multiple formats | Remita Amine | |
2016-08-22 | Merge branch 'TRox1972-charlierose' | Yen Chi Hsuan | |
2016-08-22 | [charlierose] Simplify and improve | Yen Chi Hsuan | |
2016-08-21 | [firsttv] fix extraction(closes #9249) | Remita Amine | |
2016-08-22 | Merge branch 'charlierose' of https://github.com/TRox1972/youtube-dl into ↵ | Yen Chi Hsuan | |
TRox1972-charlierose | |||
2016-08-21 | [twitch] Renew authentication | Sergey M․ | |
2016-08-21 | [twitch] Refactor API calls | Sergey M․ | |