Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of github.com:rg3/youtube-dl into weibo | sprhawk | 2017-12-26 | 62 | -1127/+1722 |
|\ | |||||
| * | [espn] Add new extractor for http://fivethirtyeight.com(closes #6864) | Remita Amine | 2017-12-26 | 2 | -0/+32 |
| | | |||||
| * | [umg:de] Add new extractor(closes #11582)(closes #11584) | Remita Amine | 2017-12-26 | 2 | -0/+104 |
| | | |||||
| * | [espn] add support for espnfc and extract more formats(closes #8053) | Remita Amine | 2017-12-25 | 1 | -21/+51 |
| | | |||||
| * | [ChangeLog] Update after #15065 | Yen Chi Hsuan | 2017-12-25 | 1 | -1/+2 |
| | | |||||
| * | [youku] Add test case. | JianxinLi | 2017-12-25 | 1 | -0/+4 |
| | | | | | | | | | | | | Some playlist has no data-id value. Change-Id: I97455f2907f08bda03b538cdc13ec827e2f8ce26 | ||||
| * | [youku] Fix list extraction.(close #15065) | JianxinLi | 2017-12-25 | 1 | -1/+1 |
| | | | | | | | | Change-Id: I578fdc5b69509bdcd8d3191e3917afe47c234ff6 | ||||
| * | [openload] Remove a confusing exception | Yen Chi Hsuan | 2017-12-24 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | If phantomjs is not installed, there's an error besides the missing phantomjs exception: Exception ignored in: <bound method PhantomJSwrapper.__del__ of <youtube_dl.extractor.openload.PhantomJSwrapper object at 0x7f8ad5e78278>> Traceback (most recent call last): File "/home/yen/Projects/youtube-dl/youtube_dl/extractor/openload.py", line 142, in __del__ os.remove(self._TMP_FILES[name].name) AttributeError: 'PhantomJSwrapper' object has no attribute '_TMP_FILES' | ||||
| * | [openload] Add support for oload.stream (closes #15070) | Sergey M․ | 2017-12-24 | 1 | -1/+4 |
| | | |||||
| * | [ChangeLog] typo | Yen Chi Hsuan | 2017-12-23 | 1 | -1/+1 |
| | | |||||
| * | [ChangeLog] Update after #14903 | Yen Chi Hsuan | 2017-12-23 | 1 | -0/+6 |
| | | |||||
| * | [youku] Update ccode | JianxinLi | 2017-12-23 | 1 | -1/+1 |
| | | | | | | | | Change-Id: Id397e814e81ff560506d68563b7409eebbe5943d | ||||
| * | release 2017.12.23 | Sergey M․ | 2017-12-23 | 4 | -5/+7 |
| | | |||||
| * | [kaltura] Fix typo | Sergey M․ | 2017-12-23 | 1 | -1/+1 |
| | | |||||
| * | [ChangeLog] Actualize | Sergey M․ | 2017-12-23 | 1 | -2/+31 |
| | | |||||
| * | [kaltura] Add another embed pattern for entry_id | Sergey M․ | 2017-12-23 | 1 | -3/+6 |
| | | | | | | | | For cases when player configuration map is setup via indexing operator, e.g. kalturaPlayerConfiguration_1_lre6rg3i_10[entry_id] = 1_lre6rg3i (see https://www.heise.de/video/artikel/odcast-c-t-uplink-20-1-Apple-CarPlay-vs-Android-Auto-Galileo-3D-Sound-erklaert-3919694.html) | ||||
| * | [voot] Fix video identification | Sergey M․ | 2017-12-23 | 1 | -3/+5 |
| | | |||||
| * | [extractor/common] Move X-Forwarded-For setup code into _request_webpage | Sergey M․ | 2017-12-23 | 1 | -9/+10 |
| | | |||||
| * | [7plus] Add new extractor(closes #15043) | Remita Amine | 2017-12-23 | 3 | -56/+128 |
| | | |||||
| * | [MANIFEST.in] Include all test data in PyPI package | Sergey M․ | 2017-12-22 | 1 | -2/+1 |
| | | |||||
| * | [Makefile] Add AUTHORS to youtube-dl.tar.gz | Sergey M․ | 2017-12-22 | 1 | -2/+2 |
| | | |||||
| * | Add LICENSE, AUTHORS and ChangeLog to PyPI package (closes #15054) | Sergey M․ | 2017-12-22 | 2 | -0/+4 |
| | | |||||
| * | [animeondemand] Fix typo | Sergey M․ | 2017-12-20 | 1 | -1/+1 |
| | | |||||
| * | [animeondemand] Relax login error regex | Sergey M․ | 2017-12-19 | 1 | -2/+2 |
| | | |||||
| * | [shahid] add support for show pages(closes #7401) | Remita Amine | 2017-12-19 | 4 | -131/+219 |
| | | |||||
| * | [YoutubeDL] Add support for playlist_uploader and playlist_uploader_id in ↵ | Sergey M․ | 2017-12-19 | 2 | -0/+4 |
| | | | | | | | | output template (closes #11427, #15018) | ||||
| * | [youtube] Extract uploader, uploader_id and uploader_url for playlists ↵ | Sergey M․ | 2017-12-19 | 1 | -1/+21 |
| | | | | | | | | (#11427, #15018) | ||||
| * | [extractor/common] Introduce uploader, uploader_id and uploader_url meta ↵ | Sergey M․ | 2017-12-19 | 1 | -2/+3 |
| | | | | | | | | fields for playlists (#11427, #15018) | ||||
| * | [afreecatv] Improve format extraction (closes #15019) | Sergey M․ | 2017-12-19 | 1 | -4/+13 |
| | | |||||
| * | [downloader/fragment] Encode filename of fragment being removed (closes #15020) | Sergey M․ | 2017-12-18 | 1 | -1/+1 |
| | | |||||
| * | [cspan] add support for audio only pages and catch page errors(closes #14995) | Remita Amine | 2017-12-17 | 1 | -5/+18 |
| | | |||||
| * | [mailru] Fix issues and improve (closes #14904) | Sergey M․ | 2017-12-17 | 1 | -15/+28 |
| | | |||||
| * | [mailru] Add support for embed URLs | Hongjie Dong | 2017-12-17 | 1 | -15/+23 |
| | | |||||
| * | [crunchyroll] Future-proof XML element checks(closes #15013) | Remita Amine | 2017-12-17 | 1 | -4/+4 |
| | | |||||
| * | [cbslocal] Fix timestamp extraction (closes #14999, closes #15000) | Sergey M․ | 2017-12-16 | 1 | -6/+4 |
| | | |||||
| * | [utils] Add another date format pattern (#14999) | Sergey M․ | 2017-12-16 | 2 | -0/+3 |
| | | |||||
| * | [discoverygo] correct ttml subtitle extension | Remita Amine | 2017-12-16 | 1 | -1/+6 |
| | | |||||
| * | [vk] Make view count optional (closes #14979) | Sergey M․ | 2017-12-15 | 1 | -1/+1 |
| | | |||||
| * | [disney] skip Apple FairPlay formats(#14982) | Remita Amine | 2017-12-15 | 1 | -2/+10 |
| | | |||||
| * | [voot] sort formats | Remita Amine | 2017-12-15 | 1 | -1/+2 |
| | | |||||
| * | [voot] fix format extraction(closes #14758) | Remita Amine | 2017-12-14 | 1 | -7/+6 |
| | | |||||
| * | release 2017.12.14 | Sergey M․ | 2017-12-14 | 4 | -9/+9 |
| | | |||||
| * | [ChangeLog] Actualize | Sergey M․ | 2017-12-14 | 1 | -0/+20 |
| | | |||||
| * | [itv] Improve extraction, extract more subtitles and duration (closes #14944) | Sergey M․ | 2017-12-14 | 1 | -48/+77 |
| | | |||||
| * | [postprocessor/xattr] Clarify NO_SPACE message (#14970) | Sergey M․ | 2017-12-14 | 1 | -2/+4 |
| | | |||||
| * | [byutv] add support for geo restricted videos | Remita Amine | 2017-12-13 | 1 | -3/+3 |
| | | |||||
| * | [downloader/http] Return actual download result (closes #14971) | Sergey M․ | 2017-12-13 | 1 | -2/+1 |
| | | |||||
| * | [byutv] Fix extraction (closes #14966, closes #14967) | Sergey M․ | 2017-12-13 | 2 | -57/+19 |
| | | |||||
| * | [tbs] fix typo | Remita Amine | 2017-12-12 | 1 | -3/+2 |
| | | |||||
| * | [bbc.co.uk] fix extraction for 320k m3u8 streams | Remita Amine | 2017-12-12 | 1 | -1/+1 |
| | | | | | | | | broken since 197224b7a4e37a6581bf1a0da18d0f67ea61a476 |