aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [turner] fix secure m3u8 formats downloadingRemita Amine2016-08-283-9/+21
| |
* | [cartoonnetwork] make extraction work for more videos in the websiteRemita Amine2016-08-281-1/+1
| | | | | | | | some videos require `networkName=CN2` to be present in the feed url
* | [tbs] Add new extractor(#10222)Remita Amine2016-08-282-0/+60
| |
* | [cartoonnetwork] Add new extractor(#10110)Remita Amine2016-08-282-0/+37
| |
* | [turner,nba,cnn,adultswim] add base extractor to parse cvp feedsRemita Amine2016-08-284-186/+214
| |
* | [openload] Update algorithm again (#10408)Yen Chi Hsuan2016-08-281-1/+1
| |
* | [bilibili] Fix extraction (closes #10375)Yen Chi Hsuan2016-08-282-64/+37
| | | | | | | | Thanks @gdkchan for the algorithm
* | [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-08-282-1/+9
| | | | | | | | Thanks to @yokrysty again!
* | [generic] Update some _TESTSYen Chi Hsuan2016-08-281-4/+15
| |
* | release 2016.08.28Sergey M․2016-08-284-9/+12
| |
* | [README.md] Fix typo in download archive FAQ entrySergey M․2016-08-281-1/+1
| |
* | [ChangeLog] ActualizeSergey M․2016-08-281-1/+16
| |
* | [periscope:user] Fix extraction (Closes #10453)Sergey M․2016-08-281-17/+30
| |
* | Merge branch 'steven7851-patch-2'Yen Chi Hsuan2016-08-271-59/+50
|\ \
| * | [douyutv] SimplifyYen Chi Hsuan2016-08-271-52/+44
| | |
| * | Merge branch 'patch-2' of https://github.com/steven7851/youtube-dl into ↵Yen Chi Hsuan2016-08-261-44/+43
|/| | | | | | | | | | | steven7851-patch-2
| * | [douyutv] Use new apisteven78512016-08-261-44/+43
| | | | | | | | | | | | use lapi for flv info, and html5 api for room info #10153 #10318
* | | [crackle] Revert to template-based thumbnail extractionYen Chi Hsuan2016-08-261-19/+4
|/ / | | | | | | To reduce to number of HTTP requests
* | [tnaflix] Fix extraction (Closes #10434)Sergey M․2016-08-261-5/+7
| |
* | Credit @Xender for nhk:vod (#10424)Sergey M․2016-08-261-0/+1
| |
* | [nhk:vod] Improve extraction (Closes #10424)Sergey M․2016-08-261-11/+32
| |
* | [nhk] Add extractor for VoD.Aleksander Nitecki2016-08-262-0/+30
| |
* | [trutube] Remove extractor (Closes #10438)Sergey M․2016-08-262-27/+0
| |
* | [usanetwork] Add new extractorRemita Amine2016-08-252-0/+77
| |
* | [downloader/external] Clarify that ffmpeg doesn't support SOCKSYen Chi Hsuan2016-08-251-0/+5
| | | | | | | | Ref: #10304
* | [crackle] Fix extraction and update _TESTS (closes #10333)Yen Chi Hsuan2016-08-252-16/+43
| |
* | [spankbang] Fix description and uploader (closes #10339)Yen Chi Hsuan2016-08-252-5/+4
| |
* | [README] Clean up grammar in --download-archive paragraphPhilipp Hagemeister2016-08-251-4/+4
| |
* | [README.md] Add FAQ entry for download archiveSergey M․2016-08-251-0/+12
| |
* | [README.md] Add comments in sample configuration for claritySergey M․2016-08-251-1/+9
| |
* | [README.md] Use en-US URL in cookies FAQ entrySergey M․2016-08-251-1/+1
| |
* | [README.md] Clarify how to export cookies from browser for cookies FAQ entrySergey M․2016-08-251-1/+5
| |
* | [README.md] Quote URL in streaming to player FAQ entrySergey M․2016-08-251-1/+1
| |
* | [YoutubeDL] check only for None Value in thumbnails sortingRemita Amine2016-08-251-2/+4
| |
* | raise unexpected error when no stream foundRemita Amine2016-08-252-10/+12
| |
* | [discoverygo] detect when video needs authentication(closes #10425)Remita Amine2016-08-251-1/+8
| |
* | [cbc] Add support for watch.cbc.caRemita Amine2016-08-252-0/+174
| |
* | [YoutubeDL] add fallback value for thumbnails values in thumbnails sortingRemita Amine2016-08-251-2/+2
| |
* | [common] extract formats from #EXT-X-MEDIA tagsRemita Amine2016-08-251-10/+22
| |
* | [downloader/hls] fill IV with zeros for IVs shorter than 16-octetRemita Amine2016-08-251-1/+1
| |
* | [utils] add ac-3 to the list of audio codecs in parse_codecsRemita Amine2016-08-251-1/+1
| |
* | [README.md] Add FAQ entry for streaming to playerSergey M․2016-08-251-1/+7
| |
* | [kickstarter] Silent the warning for og:descriptionYen Chi Hsuan2016-08-251-2/+1
| | | | | | | | Closes #10415
* | [mtvservices:embedded] Use another endpoint to get feed URLYen Chi Hsuan2016-08-244-20/+23
| | | | | | | | | | | | | | | | | | | | | | 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.
* | [bilibili] Mark as brokenYen Chi Hsuan2016-08-241-0/+2
| | | | | | | | | | | | | | | | 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
* | release 2016.08.24.1Sergey M․2016-08-243-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2016-08-241-0/+6
| |
* | [pluralsight] Modernize and make more robustSergey M․2016-08-241-11/+9
| |
* | [pluralsight] Add support for subtitles (Closes #9681)Sergey M․2016-08-241-10/+62
| |
* | release 2016.08.24Sergey M․2016-08-244-9/+10
| |