Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [amp] Fix upload timestamp extraction (Closes #9007) | Sergey M․ | 2016-03-28 | 1 | -1/+3 | |
| | ||||||
* | [pornhub:uservideos] Add support for multipage videos (Closes #9006) | Sergey M․ | 2016-03-28 | 1 | -6/+23 | |
| | ||||||
* | [pornhub:playlistbase] Do not include videos not from playlist | Sergey M․ | 2016-03-28 | 1 | -3/+6 | |
| | ||||||
* | [pornhub:playlistbase] Use orderedSet | Sergey M․ | 2016-03-28 | 1 | -1/+2 | |
| | ||||||
* | [bbc] Extend vpid regex (Closes #9003) | Sergey M․ | 2016-03-27 | 1 | -1/+5 | |
| | ||||||
* | release 2016.03.27 | Philipp Hagemeister | 2016-03-27 | 1 | -1/+1 | |
| | ||||||
* | [extractor/common] Filter out unsupported encrypted media for f4m formats ↵ | Sergey M․ | 2016-03-27 | 1 | -0/+6 | |
| | | | | (Closes #8573) | |||||
* | [downloader/f4m] Extract routine for removing unsupported encrypted media | Sergey M․ | 2016-03-27 | 1 | -3/+7 | |
| | ||||||
* | Remove _sort_formats from _extract_*_formats methods | Sergey M․ | 2016-03-27 | 29 | -21/+56 | |
| | | | | | | | Now _sort_formats should be called explicitly. _sort_formats has been added to all the necessary places in code. Closes #8051 | |||||
* | [twitter] Handle another form of embedded Vine | Yen Chi Hsuan | 2016-03-27 | 1 | -0/+15 | |
| | | | | Fixes #8996 | |||||
* | [pluralsight] Extract chapter metadata (Closes #8993) | Sergey M․ | 2016-03-27 | 1 | -4/+9 | |
| | ||||||
* | [lynda] Extract chapter metadata (#8993) | Sergey M․ | 2016-03-27 | 1 | -9/+11 | |
| | ||||||
* | [vevo] Update videoservice API URL (Closes #8900) | Sergey M․ | 2016-03-27 | 1 | -1/+1 | |
| | ||||||
* | [udemy] Improve paid course detection | Sergey M․ | 2016-03-27 | 1 | -5/+10 | |
| | ||||||
* | [udemy] Improve format_id | Sergey M․ | 2016-03-27 | 1 | -6/+6 | |
| | ||||||
* | [udemy] Drop outputs' formats | Sergey M․ | 2016-03-26 | 1 | -4/+0 | |
| | | | | Always results in 403 | |||||
* | [udemy] Add outputs metadata to view_html formats | Sergey M․ | 2016-03-26 | 1 | -10/+13 | |
| | ||||||
* | [udemy] Fix outputs' formats format_id | Sergey M․ | 2016-03-26 | 1 | -1/+1 | |
| | ||||||
* | [udemy] Use custom sorting | Sergey M․ | 2016-03-26 | 1 | -1/+1 | |
| | ||||||
* | [udemy] Extract formats from view_html (Closes #8979) | Sergey M․ | 2016-03-26 | 1 | -4/+37 | |
| | ||||||
* | [youtube:playlistsbase] Restrict playlist regex (Closes #8986) | Sergey M․ | 2016-03-26 | 1 | -1/+3 | |
| | ||||||
* | [YoutubeDL] Sort imports | Sergey M․ | 2016-03-26 | 1 | -5/+5 | |
| | ||||||
* | [YoutubeDL] Sanitize final URLs (Closes #8991) | Sergey M․ | 2016-03-26 | 1 | -0/+5 | |
| | ||||||
* | [utils] Extract sanitize_url routine | Sergey M․ | 2016-03-26 | 1 | -2/+5 | |
| | ||||||
* | [mailru] Extend _VALID_URL (Closes #8990) | Sergey M․ | 2016-03-26 | 1 | -1/+5 | |
| | ||||||
* | [twitter] Fix extraction (closes #8966) | Yen Chi Hsuan | 2016-03-26 | 1 | -4/+2 | |
| | | | | | HLS and DASH formats are no longer appeared in test cases. I keep them for fear of triggering new errors. | |||||
* | [generic] Add a test case for brightcove embed | Yen Chi Hsuan | 2016-03-26 | 1 | -1/+17 | |
| | | | | Closes #8862 | |||||
* | [brightcove] Extract more formats (#8862) | Yen Chi Hsuan | 2016-03-26 | 1 | -3/+13 | |
| | ||||||
* | [brightcove] Support alternative BrightcoveExperience layout | Yen Chi Hsuan | 2016-03-26 | 1 | -1/+4 | |
| | | | | The full URL lays in the `data` attribute of <object> (#8862) | |||||
* | release 2016.03.26 | Philipp Hagemeister | 2016-03-26 | 1 | -1/+1 | |
| | ||||||
* | [test_compat] Add tests for compat_urllib_parse_urlencode | Sergey M․ | 2016-03-26 | 1 | -0/+7 | |
| | ||||||
* | Use urlencode_postdata across the codebase | Sergey M․ | 2016-03-26 | 36 | -92/+88 | |
| | ||||||
* | [compat] Add compat_urllib_parse_urlencode and eliminate encode_dict | Sergey M․ | 2016-03-26 | 84 | -222/+229 | |
| | | | | | | | encode_dict functionality has been improved and moved directly into compat_urllib_parse_urlencode All occurrences of compat_urllib_parse.urlencode throughout the codebase have been replaced by compat_urllib_parse_urlencode Closes #8974 | |||||
* | [thescene] Fix extraction and improve style (Closes #8978) | Sergey M․ | 2016-03-25 | 1 | -7/+11 | |
| | ||||||
* | [once] Relax _VALID_URL (Closes #8976) | Sergey M․ | 2016-03-25 | 1 | -1/+1 | |
| | ||||||
* | release 2016.03.25 | Philipp Hagemeister | 2016-03-25 | 4 | -4/+14 | |
| | ||||||
* | [iqiyi] Update enc_key | Yen Chi Hsuan | 2016-03-25 | 1 | -1/+1 | |
| | ||||||
* | [douyutv] Extend _VALID_URL | Yen Chi Hsuan | 2016-03-25 | 1 | -1/+4 | |
| | ||||||
* | Credit @Kagami for mnet (#8958) | Sergey M․ | 2016-03-25 | 1 | -0/+1 | |
| | ||||||
* | [mnet] Improve (Closes #8958) | Sergey M․ | 2016-03-25 | 1 | -40/+45 | |
| | ||||||
* | [mnet] Add new extractor | Kagami Hiiragi | 2016-03-25 | 2 | -0/+77 | |
| | ||||||
* | [udemy] Add support for new URL schema | Sergey M․ | 2016-03-25 | 1 | -1/+14 | |
| | ||||||
* | [udemy] Extract formats from outputs | Sergey M․ | 2016-03-25 | 1 | -30/+48 | |
| | ||||||
* | [udemy] Improve course enrolling | Sergey M․ | 2016-03-25 | 1 | -4/+7 | |
| | ||||||
* | [extractor/__init__] Add youtube:live and sort youtube extractors alphabetically | Sergey M․ | 2016-03-25 | 1 | -1/+2 | |
| | ||||||
* | [youtube:live] Add extractor (Closes #8959) | Sergey M․ | 2016-03-25 | 1 | -1/+47 | |
| | ||||||
* | [nytimes] Tolerate missing metadata (Closes #8952) | Sergey M․ | 2016-03-24 | 1 | -4/+5 | |
| | ||||||
* | [iprima] Fix extraction (Closes #8953) | Sergey M․ | 2016-03-24 | 1 | -5/+39 | |
| | ||||||
* | [mtv] Fix description extraction (Closes #8962) | Sergey M․ | 2016-03-24 | 1 | -5/+2 | |
| | ||||||
* | [utils] Clarify Python versions affected by buggy struct module | Yen Chi Hsuan | 2016-03-24 | 1 | -1/+2 | |
| |