aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [brightcove] Support alternative BrightcoveExperience layoutYen Chi Hsuan2016-03-261-1/+4
| | | | The full URL lays in the `data` attribute of <object> (#8862)
* release 2016.03.26Philipp Hagemeister2016-03-261-1/+1
|
* [test_compat] Add tests for compat_urllib_parse_urlencodeSergey M․2016-03-261-0/+7
|
* Use urlencode_postdata across the codebaseSergey M․2016-03-2636-92/+88
|
* [compat] Add compat_urllib_parse_urlencode and eliminate encode_dictSergey M․2016-03-2684-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-251-7/+11
|
* [once] Relax _VALID_URL (Closes #8976)Sergey M․2016-03-251-1/+1
|
* release 2016.03.25Philipp Hagemeister2016-03-254-4/+14
|
* [iqiyi] Update enc_keyYen Chi Hsuan2016-03-251-1/+1
|
* [douyutv] Extend _VALID_URLYen Chi Hsuan2016-03-251-1/+4
|
* Credit @Kagami for mnet (#8958)Sergey M․2016-03-251-0/+1
|
* [mnet] Improve (Closes #8958)Sergey M․2016-03-251-40/+45
|
* [mnet] Add new extractorKagami Hiiragi2016-03-252-0/+77
|
* [udemy] Add support for new URL schemaSergey M․2016-03-251-1/+14
|
* [udemy] Extract formats from outputsSergey M․2016-03-251-30/+48
|
* [udemy] Improve course enrollingSergey M․2016-03-251-4/+7
|
* [extractor/__init__] Add youtube:live and sort youtube extractors alphabeticallySergey M․2016-03-251-1/+2
|
* [youtube:live] Add extractor (Closes #8959)Sergey M․2016-03-251-1/+47
|
* [nytimes] Tolerate missing metadata (Closes #8952)Sergey M․2016-03-241-4/+5
|
* [iprima] Fix extraction (Closes #8953)Sergey M․2016-03-241-5/+39
|
* [mtv] Fix description extraction (Closes #8962)Sergey M․2016-03-241-5/+2
|
* [utils] Clarify Python versions affected by buggy struct moduleYen Chi Hsuan2016-03-241-1/+2
|
* [tumblr] Add a test with Instagram embedYen Chi Hsuan2016-03-241-0/+12
| | | | Closes #8817
* [generic] Extract Instagram embeds (#8817)Yen Chi Hsuan2016-03-241-0/+6
|
* [instagram] Unescape description (#8817)Yen Chi Hsuan2016-03-241-0/+3
|
* [instagram] Extract embed videos (#8817)Yen Chi Hsuan2016-03-241-0/+13
|
* [tumblr] Support Vine embeds (#8817)Yen Chi Hsuan2016-03-231-0/+16
|
* [generic] Support Vine embeds (#8817)Yen Chi Hsuan2016-03-231-0/+8
|
* [test/test_utils] Update for escape_url change (again)Yen Chi Hsuan2016-03-231-1/+1
|
* [test/test_utils] Update for escape_url changeYen Chi Hsuan2016-03-231-1/+1
|
* Merge pull request #8898 from dstftw/fragment-retriesSergey M2016-03-235-16/+64
|\ | | | | Add --fragment-retries option (Fixes #8466)
| * [downloader/fragment] Document fragment_retriesSergey M․2016-03-191-0/+4
| |
| * [downloader/{common,fragment}] Fix total retries reporting on python 2.6Sergey M․2016-03-192-3/+9
| |
| * [downloader/dash] Add fragment retry capabilitySergey M․2016-03-191-10/+32
| | | | | | | | | | | | | | | | YouTube may often return 404 HTTP error for a fragment causing the whole download to fail. However if the same fragment is immediately retried with the same request data this usually succeeds (1-2 attemps is usually enough) thus allowing to download the whole file successfully. So, we will retry all fragments that fail with 404 HTTP error for now.
| * [downloader/fragment] Add report_retry_fragmentSergey M․2016-03-191-0/+5
| |
| * [options] Add --fragment-retries optionSergey M․2016-03-192-5/+16
| |
* | [tunein] Fix stream data extraction (Closes #8899, closes #8924)Sergey M․2016-03-231-5/+4
| |
* | [utils] Encode hostnames before passing to urllibYen Chi Hsuan2016-03-232-0/+11
| | | | | | | | | | | | | | With IDN (Internationalized Domain Name) and a proxy, non-ascii URLs are passed down to urllib/urllib2, causing UnicodeEncodeError Fixes #8890
* | Add extractor for thescene.com (closes #8929)Jaime Marquínez Ferrándiz2016-03-222-0/+49
| |
* | [once] Prevent ads from embedding into m3u8 playlists (Closes #8893)Sergey M․2016-03-221-0/+4
| |
* | [laola1tv] Add support for livestreams (Closes #8934)Sergey M․2016-03-221-5/+26
| |
* | [ceskatelevize] Make m3u8 formats extraction non fatal (Closes #8933)Sergey M․2016-03-221-1/+2
| |
* | [animeondemand] Skip dash for nowSergey M․2016-03-211-0/+1
| |
* | [animeondemand] Extract teaser when no full episode available (#8923)Sergey M․2016-03-211-11/+13
| |
* | [animeondemand] Respect startvideo (Closes #8923)Sergey M․2016-03-211-11/+26
| |
* | [motherless] Detect friends only videosSergey M․2016-03-211-0/+3
| |
* | [xhamster:embed] Extract vars (Closes #8912)Sergey M․2016-03-211-1/+8
| |
* | [rutv] Improve flash version pattern (Closes #8911)Sergey M․2016-03-211-4/+4
| |
* | Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-21127-156/+156
| |
* | Add missing r prefix for _VALID_URLsSergey M․2016-03-215-7/+7
| |