aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-08-28[cartoonnetwork] Add new extractor(#10110)Remita Amine
2016-08-28[turner,nba,cnn,adultswim] add base extractor to parse cvp feedsRemita 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 _TESTSYen Chi Hsuan
2016-08-28release 2016.08.282016.08.28Sergey M․
2016-08-28[periscope:user] Fix extraction (Closes #10453)Sergey M․
2016-08-27[douyutv] SimplifyYen Chi Hsuan
2016-08-26Merge 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 extractionYen Chi Hsuan
To reduce to number of HTTP requests
2016-08-26[douyutv] Use new apisteven7851
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 extractorRemita Amine
2016-08-25[downloader/external] Clarify that ffmpeg doesn't support SOCKSYen Chi Hsuan
Ref: #10304
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[YoutubeDL] check only for None Value in thumbnails sortingRemita Amine
2016-08-25raise unexpected error when no stream foundRemita Amine
2016-08-25[discoverygo] detect when video needs authentication(closes #10425)Remita Amine
2016-08-25[cbc] Add support for watch.cbc.caRemita Amine
2016-08-25[YoutubeDL] add fallback value for thumbnails values in thumbnails sortingRemita Amine
2016-08-25[common] extract formats from #EXT-X-MEDIA tagsRemita Amine
2016-08-25[downloader/hls] fill IV with zeros for IVs shorter than 16-octetRemita Amine
2016-08-25[utils] add ac-3 to the list of audio codecs in parse_codecsRemita Amine
2016-08-25[kickstarter] Silent the warning for og:descriptionYen Chi Hsuan
Closes #10415
2016-08-24[mtvservices:embedded] Use another endpoint to get feed URLYen 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 brokenYen 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-24release 2016.08.24.12016.08.24.1Sergey M․
2016-08-24[pluralsight] Modernize and make more robustSergey M․
2016-08-24[pluralsight] Add support for subtitles (Closes #9681)Sergey M․
2016-08-24release 2016.08.242016.08.24Sergey 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 regexRemita 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_formatsRemita Amine
2016-08-22[common] add helper method to extract akamai m3u8 and f4m formatsRemita Amine
2016-08-22[mtvservices:embedded] Update config URLYen 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-22release 2016.08.222016.08.22Sergey M․
2016-08-22[ivi] Fix episode number extractionSergey M․
2016-08-22[ivi] Add support for 720p and 1080pSergey M․
2016-08-22[extractor/common] Change the default m3u8 protocol in HTML5Yen Chi Hsuan
Helper functions should have consistent default values