Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cda] Improve and simplify (Closes #8805) | Sergey M․ | 2016-03-19 | 1 | -64/+64 |
| | |||||
* | [cda] Add new extractor for cda.pl | Kacper Michajłow | 2016-03-19 | 2 | -0/+97 |
| | | | | Fixes #8760 | ||||
* | [safari:api] Separate extractor (Closes #8871) | Sergey M․ | 2016-03-19 | 2 | -22/+33 |
| | |||||
* | [utils] lookup_unit_table: Match word boundary instead of end of string | Jaime Marquínez Ferrándiz | 2016-03-19 | 2 | -1/+3 |
| | |||||
* | [extractor/generic] Fix missing byte literal prefix | Sergey M․ | 2016-03-19 | 1 | -1/+1 |
| | |||||
* | [hbo] Add new extractor | remitamine | 2016-03-18 | 2 | -0/+123 |
| | |||||
* | utils: lookup_unit_table: Use a stricter regex | Jaime Marquínez Ferrándiz | 2016-03-18 | 1 | -1/+1 |
| | | | | In parse_count multiple units start with the same letter, so it would match different units depending on the order they were sorted when iterating over them. | ||||
* | [test_YoutubeDL] Add test for format_id format selection | Sergey M․ | 2016-03-19 | 1 | -0/+5 |
| | |||||
* | Added format_id to the filers on -f. | John Peel | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | [commonprotocols] Add generic support for rtmp URLs (Closes #8488) | Sergey M․ | 2016-03-18 | 2 | -0/+37 |
| | |||||
* | [extractor/generic] Add a test for m3u playlist served without proper ↵ | Sergey M․ | 2016-03-18 | 1 | -0/+15 |
| | | | | Content-Type | ||||
* | [extractor/generic] Detect m3u playlists served without proper Content-Type | Sergey M․ | 2016-03-18 | 1 | -1/+7 |
| | |||||
* | [extractor/generic] Fix direct link semantics | Sergey M․ | 2016-03-18 | 1 | -4/+2 |
| | |||||
* | [extractor/generic] Simplify upload_date extraction | Sergey M․ | 2016-03-18 | 1 | -6/+1 |
| | |||||
* | [extractor/generic] Add another test for generic m3u8 | Sergey M․ | 2016-03-18 | 1 | -0/+14 |
| | |||||
* | [extractor/generic] Force Content-Type to lowecase | Sergey M․ | 2016-03-18 | 1 | -1/+1 |
| | |||||
* | [extractor/generic] Properly extract format id from Content-Type | Sergey M․ | 2016-03-18 | 1 | -1/+1 |
| | | | | Fixes extraction for cases like: audio/x-mpegURL; charset=utf-8 | ||||
* | [theplatform] Improve geo restriction detection | Sergey M․ | 2016-03-18 | 1 | -4/+3 |
| | |||||
* | [once] check http formats availability | remitamine | 2016-03-18 | 1 | -5/+6 |
| | |||||
* | release 2016.03.18 | Philipp Hagemeister | 2016-03-18 | 2 | -1/+5 |
| | |||||
* | [theplatform] remove unnecessary import | remitamine | 2016-03-18 | 1 | -3/+1 |
| | |||||
* | [theplatform] always force theplatform to return a smil for ↵ | remitamine | 2016-03-18 | 5 | -8/+10 |
| | | | | _extract_theplatform_smil | ||||
* | [noz] Fix extraction on python 2.6 by means of using compat_xpath | Sergey M․ | 2016-03-18 | 1 | -2/+5 |
| | |||||
* | [utils] Use compat_xpath | Sergey M․ | 2016-03-18 | 1 | -9/+3 |
| | |||||
* | [compat] Add compat_xpath | Sergey M․ | 2016-03-18 | 1 | -0/+11 |
| | |||||
* | [animeondemand] Fix typo and improve | Sergey M․ | 2016-03-18 | 1 | -6/+6 |
| | |||||
* | [animeondemand] Improve extraction | Sergey M․ | 2016-03-18 | 1 | -6/+18 |
| | |||||
* | [animeondemand] Add test | Sergey M․ | 2016-03-17 | 1 | -2/+6 |
| | |||||
* | [animeondemand] Expand episode title regex (Closes #8875) | Sergey M․ | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | [crunchyroll] Fix custom _download_webpage (Closes #8883) | Sergey M․ | 2016-03-17 | 1 | -3/+2 |
| | |||||
* | [wistia] extract more metadata | remitamine | 2016-03-17 | 1 | -15/+27 |
| | |||||
* | [nbc:nbcnews] improve extraction(fixes #6922) | remitamine | 2016-03-17 | 1 | -46/+91 |
| | | | | | - extract more metadata and formats - relax regex | ||||
* | [theplatform] extract brightcove once formats | remitamine | 2016-03-17 | 1 | -11/+11 |
| | |||||
* | [once] Add new format extractor | remitamine | 2016-03-17 | 1 | -0/+37 |
| | |||||
* | [youtube] Added itag 91 | Yen Chi Hsuan | 2016-03-17 | 1 | -0/+1 |
| | | | | Seen in https://www.youtube.com/watch?v=jMN4cxyhJjk | ||||
* | [sbs] improve extraction(fixes #3811) | remitamine | 2016-03-17 | 1 | -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) | remitamine | 2016-03-16 | 2 | -0/+29 |
| | |||||
* | [utils] PEP 8 | Sergey M․ | 2016-03-16 | 2 | -4/+7 |
| | |||||
* | [brightcover] Remove unused import | Sergey M․ | 2016-03-16 | 1 | -1/+0 |
| | |||||
* | [udemy] Improve course id v4 regex | Sergey M․ | 2016-03-16 | 1 | -1/+1 |
| | |||||
* | [udemy] Update course id regex to cover v4 layout (Closes #8753, closes ↵ | Quan Hua | 2016-03-16 | 1 | -1/+2 |
| | | | | #8868, closes #8870) | ||||
* | Merge pull request #8092 from bpfoley/twitter-thumbnail | remitamine | 2016-03-16 | 3 | -0/+76 |
|\ | | | | | [utils] Add extract_attributes for extracting html tag attributes | ||||
| * | [utils] Add extract_attributes for extracting html tag attributes | Brian Foley | 2016-03-03 | 3 | -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) | remitamine | 2016-03-16 | 1 | -2/+2 |
| | | |||||
* | | [tv3] Add new extractor(closes #8059) | remitamine | 2016-03-16 | 2 | -0/+34 |
| | | |||||
* | | [brightcove] some improvements and fixes | remitamine | 2016-03-16 | 1 | -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) | remitamine | 2016-03-15 | 3 | -1/+33 |
| | | |||||
* | | [brightcove:new] update embed_in_page embeds regex to match non numeric ref id | remitamine | 2016-03-15 | 1 | -1/+1 |
| | | |||||
* | | [noz] fix extraction in python 2.6 | remitamine | 2016-03-15 | 1 | -4/+8 |
| | | |||||
* | | [kuwo:mv] Fix the test and extraction of georestricted MVs | Yen Chi Hsuan | 2016-03-16 | 1 | -6/+27 |
| | |