summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [ChangeLog] ActualizeSergey M․2016-08-241-0/+7
|
* [youtube] Fix authentication (2) (Closes #10392)Sergey M․2016-08-241-0/+1
|
* [youtube] Fix authentication (#10392)Sergey M․2016-08-241-23/+4
|
* [syfy,bravotv] restrict drupal settings regexRemita Amine2016-08-232-2/+2
|
* [openload] Fix extraction (closes #10408)Yen Chi Hsuan2016-08-232-63/+24
| | | | Thanks @yokrysty for the algorithm
* [bravotv] correct clip info extraction and add support for adobe pass ↵Remita Amine2016-08-231-19/+62
| | | | auth(closes #10407)
* [eagleplatform] Improve detection of embedded videos (Closes #10409)Sergey M․2016-08-231-0/+13
|
* [awaan] fix extraction, modernize, rename the extractors and add test for ↵Remita Amine2016-08-222-51/+50
| | | | live stream
* [nrk,abc:iview] use _extract_akamai_formatsRemita Amine2016-08-222-21/+3
|
* [common] add helper method to extract akamai m3u8 and f4m formatsRemita Amine2016-08-221-0/+12
|
* [mtvservices:embedded] Update config URLYen Chi Hsuan2016-08-221-2/+2
| | | | | | 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.
* [abc:iview] Add new extractor(closes #6148)Remita Amine2016-08-222-1/+67
|
* release 2016.08.22Sergey M․2016-08-224-7/+7
|
* [ChangeLog] ActualizeSergey M․2016-08-221-4/+16
|
* [ivi] Fix episode number extractionSergey M․2016-08-221-1/+1
|
* [ivi] Add support for 720p and 1080pSergey M․2016-08-221-9/+26
|
* [extractor/common] Change the default m3u8 protocol in HTML5Yen Chi Hsuan2016-08-224-5/+8
| | | | Helper functions should have consistent default values
* [firsttv] keep a test videos with multiple formatsRemita Amine2016-08-211-1/+15
|
* Merge branch 'TRox1972-charlierose'Yen Chi Hsuan2016-08-222-0/+51
|\
| * [charlierose] Simplify and improveYen Chi Hsuan2016-08-221-14/+19
| |
| * Merge branch 'charlierose' of https://github.com/TRox1972/youtube-dl into ↵Yen Chi Hsuan2016-08-222-0/+46
| |\ | | | | | | | | | TRox1972-charlierose
| | * [charlierose] Add new extractorDéstin Reed2016-08-212-0/+46
| | |
* | | [firsttv] fix extraction(closes #9249)Remita Amine2016-08-211-94/+39
| | |