summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [channel9] fix extraction(closes #11323)Remita Amine2017-03-231-218/+127
| |
* | [cloudy] Fix extraction (closes #12525)Sergey M․2017-03-221-74/+33
| |
* | [hbo] add support for free episode urls and new formats extraction(closes ↵Remita Amine2017-03-221-8/+37
| | | | | | | | #12519)
* | [condenast] Fix extraction and style (closes #12526)Sergey M․2017-03-221-13/+30
| |
* | [viu] Relax _VALID_URL (closes #12529)Sergey M․2017-03-221-1/+4
| |
* | release 2017.03.22Sergey M․2017-03-223-5/+5
| |
* | [ChangeLog] ActualizeSergey M․2017-03-221-0/+8
| |
* | [pluralsight] Omit module title from video title (closes #12506)Sergey M․2017-03-221-2/+2
| |
* | [pornhub] Improve extraction and style (closes #12515)Sergey M․2017-03-221-20/+15
| |
* | [pornhub] Decode obfuscated video URL (closes #12470)Throaway2017-03-221-3/+34
| |
* | [generic] Add test for Senate ISVP iframe embedJohn Hawkinson2017-03-221-0/+11
| |
* | [senateisvp] Allow https URL scheme for embedsJohn Hawkinson2017-03-201-1/+1
| |
* | [Openload.co] Fixed ExtractionVijay Singh2017-03-201-1/+1
| | | | | | They did it again. just a minor change though. here's quick fix
* | release 2017.03.20Sergey M․2017-03-204-6/+9
| |
* | [ChangeLog] ActualizeSergey M․2017-03-201-0/+8
| |
* | [YoutubeDL] Allow multiple input URLs to be used with stdout as output templateSergey M․2017-03-191-0/+1
| |
* | Credit @mrBliss for vtm (#11912)Sergey M․2017-03-191-0/+1
| |
* | [ChangeLog] Update after #12099Yen Chi Hsuan2017-03-191-0/+1
| |
* | [BostonGlobe] New. Nonstandard version of Brightcove.John Hawkinson2017-03-194-52/+126
| | | | | | | | | | | | | | | | | | | | | | | | Has a "data-brightcove-video-id" instead of a "data-video-id," otherwise pretty much just Brightcove. Except the Globe isn't all Brightcove videos, so fallback to Generic, too. Also, abstract playlist_from_matches() from generic.py to common.py, and use it here. History of these changes can be found in 51170427d4b1143572a498dedaee61863a5b2c5b.
* | [toongoggles] Add new extractor(closes #12171)Remita Amine2017-03-192-0/+82
| |
* | [medialaan] Remove unrelated testSergey M․2017-03-181-4/+0
| |
* | [adobepass] Detect and output error on authz token extraction (#12472)Sergey M․2017-03-181-0/+2
| |
* | [openload] Fix extractionVijay Singh2017-03-181-3/+3
| |
* | [medialaan] Fix and improve extraction (closes #11912)Sergey M․2017-03-183-137/+264
| |
* | [vtm] Add extractor (closes #9974)mrBliss2017-03-182-0/+137
| | | | | | | | Implementation of the approach described in #9974.
* | [discoverynetworks] add support for more domains and bypass geo restictionRemita Amine2017-03-172-8/+17
| |
* | [openload] Fix extraction (closes #10408)Yen Chi Hsuan2017-03-172-16/+33
| | | | | | | | | | | | Thanks to @makgun02 Ref: http://pastebin.com/raw/JX9gHFUz
* | [test_InfoExtractor] Add some realworld tests for _extract_jwplayer_dataSergey M․2017-03-171-1/+92
| |
* | release 2017.03.16Sergey M․2017-03-164-7/+8
| |
* | [ChangeLog] ActualizeSergey M․2017-03-161-0/+11
| |
* | [options] Mention flac support and sort alphabetically among the audio formatsPhilipp Hagemeister2017-03-161-1/+1
| |
* | [postprocessor/ffmpeg] Add support for flacPhilipp Hagemeister2017-03-162-13/+23
| | | | | | | | Requested at http://stackoverflow.com/q/42828041/35070
* | [extractor/common] Extract SMIL formats from jwplayerSergey M․2017-03-161-0/+3
| |
* | [extractor/generic] Add forgotten return for jwplayer formatsSergey M․2017-03-161-0/+1
| |
* | [redbull] improve extractionRemita Amine2017-03-151-23/+39
| | | | | | | | | | | | | | - extract 1080p quality - correct ttml subtitle ext - catch api errors - reduce request size
* | release 2017.03.15Sergey M․2017-03-154-5/+6
| |
* | [ChangeLog] ActualizeSergey M․2017-03-151-0/+9
| |
* | [Openload] Fixed ExtractionVijay Singh2017-03-141-4/+6
| | | | | | They did changed it again.
* | [facebook] Make title optional (closes #12443)Sergey M․2017-03-141-3/+7
| |
* | [telecinco] Add test for #12430Sergey M․2017-03-131-0/+4
| |
* | [mitele] Add support for ooyala videos (closes #12430)Sergey M․2017-03-131-0/+4
| |
* | [openload] Fix extractionVijay Singh2017-03-131-1/+1
| | | | | | Just a minor fix for openload
* | [streamable] Update API URLLucas M2017-03-131-1/+1
| |
* | [crunchyroll] Extract season nameStarsam802017-03-121-1/+21
| |
* | [discoverygo] Actualize testSergey M․2017-03-111-8/+8
| |
* | [discoverygo] Bypass geo restrictionSergey M․2017-03-111-0/+1
| |
* | [discoverygo:playlist] Add extractor (closes #12424)Sergey M․2017-03-112-5/+59
| |
* | [__init__] Fix missing subtitles if --add-metadata is used (#12423)Yen Chi Hsuan2017-03-112-5/+16
| | | | | | | | The previous fix for #5594 is incorrect
* | release 2017.03.10Sergey M․2017-03-104-5/+6
| |
* | [ChangeLog] ActualizeSergey M․2017-03-101-0/+7
| |