summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [extractor/generic] Add another test for generic m3u8Sergey M․2016-03-181-0/+14
| |
* | [extractor/generic] Force Content-Type to lowecaseSergey M․2016-03-181-1/+1
| |
* | [extractor/generic] Properly extract format id from Content-TypeSergey M․2016-03-181-1/+1
| | | | | | | | Fixes extraction for cases like: audio/x-mpegURL; charset=utf-8
* | [theplatform] Improve geo restriction detectionSergey M․2016-03-181-4/+3
| |
* | [once] check http formats availabilityremitamine2016-03-181-5/+6
| |
* | release 2016.03.18Philipp Hagemeister2016-03-182-1/+5
| |
* | [theplatform] remove unnecessary importremitamine2016-03-181-3/+1
| |
* | [theplatform] always force theplatform to return a smil for ↵remitamine2016-03-185-8/+10
| | | | | | | | _extract_theplatform_smil
* | [noz] Fix extraction on python 2.6 by means of using compat_xpathSergey M․2016-03-181-2/+5
| |
* | [utils] Use compat_xpathSergey M․2016-03-181-9/+3
| |
* | [compat] Add compat_xpathSergey M․2016-03-181-0/+11
| |
* | [animeondemand] Fix typo and improveSergey M․2016-03-181-6/+6
| |
* | [animeondemand] Improve extractionSergey M․2016-03-181-6/+18
| |
* | [animeondemand] Add testSergey M․2016-03-171-2/+6
| |
* | [animeondemand] Expand episode title regex (Closes #8875)Sergey M․2016-03-171-1/+1
| |
* | [crunchyroll] Fix custom _download_webpage (Closes #8883)Sergey M․2016-03-171-3/+2
| |
* | [wistia] extract more metadataremitamine2016-03-171-15/+27
| |
* | [nbc:nbcnews] improve extraction(fixes #6922)remitamine2016-03-171-46/+91
| | | | | | | | | | - extract more metadata and formats - relax regex
* | [theplatform] extract brightcove once formatsremitamine2016-03-171-11/+11
| |
* | [once] Add new format extractorremitamine2016-03-171-0/+37
| |
* | [youtube] Added itag 91Yen Chi Hsuan2016-03-171-0/+1
| | | | | | | | Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk
* | [sbs] improve extraction(fixes #3811)remitamine2016-03-171-11/+22
| | | | | | | | | | | | | | - extract error messages - force the platform smil url(previously the manifest param in the query is not respected which make theplatform return non working mp4 files for some videos)
* | [bravotv] Add new extractor(#4657)remitamine2016-03-162-0/+29
| |
* | [utils] PEP 8Sergey M․2016-03-162-4/+7
| |
* | [brightcover] Remove unused importSergey M․2016-03-161-1/+0
| |
* | [udemy] Improve course id v4 regexSergey M․2016-03-161-1/+1
| |
* | [udemy] Update course id regex to cover v4 layout (Closes #8753, closes ↵Quan Hua2016-03-161-1/+2
| | | | | | | | #8868, closes #8870)
* | Merge pull request #8092 from bpfoley/twitter-thumbnailremitamine2016-03-163-0/+76
|\ \ | | | | | | [utils] Add extract_attributes for extracting html tag attributes
| * | [utils] Add extract_attributes for extracting html tag attributesBrian Foley2016-03-033-0/+76
| | | | | | | | | | | | | | | | | | | | | This is much more robust than just using regexps, and handles all the common scenarios, such as empty/no values, repeated attributes, entity decoding, mixed case names, and the different possible value quoting schemes.
* | | [brightcove:new] extract protocol-less embed URLs(closes #2914)remitamine2016-03-161-2/+2
| | |
* | | [tv3] Add new extractor(closes #8059)remitamine2016-03-162-0/+34
| | |
* | | [brightcove] some improvements and fixesremitamine2016-03-161-18/+14
| | | | | | | | | | | | | | | | | | - use FFmpeg downloader to download m3u8 formats extracted from BrightcoveNew(some of the m3u8 media playlists use AES-128) - update comment and update_url_query to handle url query
* | | [thestar] Add new extractor(closes #5955)remitamine2016-03-153-1/+33
| | |
* | | [brightcove:new] update embed_in_page embeds regex to match non numeric ref idremitamine2016-03-151-1/+1
| | |
* | | [noz] fix extraction in python 2.6remitamine2016-03-151-4/+8
| | |
* | | [kuwo:mv] Fix the test and extraction of georestricted MVsYen Chi Hsuan2016-03-161-6/+27
| | |
* | | [aljazeera] update the extractor to use BrightcoveNewIEremitamine2016-03-151-12/+6
| | |
* | | [svt] extract dashhbbtv formats(#8867)remitamine2016-03-151-3/+8
| | |
* | | [brightcove] extract dash formats and detect audio formatsremitamine2016-03-151-4/+16
| | |
* | | Merge pull request #8513 from remitamine/dash-sortremitamine2016-03-151-0/+3
|\ \ \ | | | | | | | | [extractor/common] fix dash formats sorting
| * | | [extractor/common] fix dash formats sortingremitamine2016-02-111-0/+3
| | | |
* | | | [twitch:playlistbase] Clarify pagination bugSergey M․2016-03-151-1/+2
| | | | | | | | | | | | | | | | Pagination bug has been fixed by twitch on 15.03.2016.
* | | | [noz] extract f4m and m3u8 formatsremitamine2016-03-151-11/+24
| | | |
* | | | [brightcove:new] detect m3u8 manifests by M2TS containerremitamine2016-03-151-2/+3
| | | |
* | | | [brightcove:new] Add support for non numeric ref: preffixed video idsremitamine2016-03-151-1/+5
| | | |
* | | | [rice] Add new extractor(closes #1736)remitamine2016-03-152-0/+117
| | | |
* | | | [brightcove] raise ExtractorError on 403 errors and fix regex to work with ↵remitamine2016-03-141-2/+9
| | | | | | | | | | | | | | | | tenplay
* | | | [gameinformer] remove unused importsremitamine2016-03-141-2/+0
| | | |
* | | | [tlc] fix extraction and update extractor to use BrightcoveNewIEremitamine2016-03-141-22/+13
| | | |
* | | | [gameinformer] update the extractor to use BrightcoveNewIEremitamine2016-03-141-21/+8
| | | |