Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-02 | release 2016.10.022016.10.02 | Sergey M․ | |
2016-10-02 | [ChangeLog] Actualize | Sergey M․ | |
2016-10-02 | [jwplatform] Support DASH streams | Yen Chi Hsuan | |
2016-10-02 | [jwplatform] Support old-style jwplayer playlists | Yen Chi Hsuan | |
2016-10-02 | [__init__] Fix lost xattr if --embed-thumbnail used | Yen Chi Hsuan | |
Reported at https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823 | |||
2016-10-01 | [utils] Support xattr as well as pyxattr | Yen Chi Hsuan | |
Closes #9054 There are two xattr packages in Python, pyxattr [1] and xattr [2]. They have different APIs. In old days pyxattr supports Linux only and xattr supports Linux, Mac, FreeBSD and Solaris, and pyxattr supports Linux only. Recently pyxattr adds support for Mac OS X. [3] An old version of [2] is shipped with Mac OS X. However, some Linux distributions have pyxattr only, for example PLD-Linux [4] and old Arch Linux. [5] As a result, supporting both is the way to go. [1] https://github.com/iustin/pyxattr [2] https://github.com/xattr/xattr [3] https://github.com/iustin/pyxattr/pull/9 [4] https://github.com/rg3/youtube-dl/issues/5498 [5] https://git.archlinux.org/svntogit/community.git/commit/?id=427c4c76401e386d865ccddea4fbfdc74df80492 https://git.archlinux.org/svntogit/community.git/commit/?id=59b40da7b69622a6761d364a8b07909e9cccaa56 python-xattr is added on 2016/06/29 while pyxattr is there for more than 6 years | |||
2016-10-01 | [dctp] Fix extraction (closes #10734) | Yen Chi Hsuan | |
2016-09-29 | [leeco] Recognize more Le Sports URLs (#10794) | Yen Chi Hsuan | |
2016-09-27 | release 2016.09.272016.09.27 | Sergey M․ | |
2016-09-27 | [ChangeLog] Remove duplicate | Sergey M․ | |
2016-09-27 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-27 | [einthusan] Fix extraction (closes #10714) | Yen Chi Hsuan | |
2016-09-24 | [twitter] Support Periscope embeds (closes #10737) | Yen Chi Hsuan | |
Also update _TESTS | |||
2016-09-24 | [openload] Support subtitles (closes #10625) | Yen Chi Hsuan | |
2016-09-24 | [extractor/common] Improved support for HTML5 subtitles | Yen Chi Hsuan | |
Ref: #10625 In a strict sense, <track>s with kind=captions are not subtitles. [1] openload misuses this attribute, and I guess there will be more examples, so I add it to common.py. Also allow extracting information for subtitles-only <video> or <audio> tags, which is the case of openload. [1] https://www.w3.org/TR/html5/embedded-content-0.html#attr-track-kind | |||
2016-09-24 | release 2016.09.242016.09.24 | Sergey M․ | |
2016-09-24 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-23 | [openload] Fix extraction (closes #10408, closes #10727) | Yen Chi Hsuan | |
Thanks to @daniel100097 for providing a working version | |||
2016-09-23 | [ustream] Support HLS streams (closes #10698) | Yen Chi Hsuan | |
2016-09-19 | release 2016.09.192016.09.19 | Sergey M․ | |
2016-09-19 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-18 | [thisav] Improve title extraction (closes #10682) | Yen Chi Hsuan | |
I didn't add a test case as the one in #10682 looks like a copyrighted product. | |||
2016-09-18 | release 2016.09.182016.09.18 | Sergey M․ | |
2016-09-18 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-17 | [thisav] Recognize jwplayers (closes #10447) | Yen Chi Hsuan | |
2016-09-17 | [jwplatform] Use js_to_json to detect more JWPlayers | Yen Chi Hsuan | |
2016-09-15 | release 2016.09.152016.09.15 | Sergey M․ | |
2016-09-15 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-15 | [kwuo:song] Improve error detection (closes #10650) | Yen Chi Hsuan | |
2016-09-14 | [bilibili] Fix extraction for videos without backup_url (#10647) | Yen Chi Hsuan | |
2016-09-12 | [nbc] Add new extractor for NBC Olympics (#10295, #10361) | Yen Chi Hsuan | |
2016-09-11 | release 2016.09.11.12016.09.11.1 | Sergey M․ | |
2016-09-11 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-11 | release 2016.09.112016.09.11 | Sergey M․ | |
2016-09-11 | [pornhub] Extract categories and tags (closes #10499) | Yen Chi Hsuan | |
2016-09-11 | [foxnews] Support Fox News Articles (closes #10598) | Yen Chi Hsuan | |
2016-09-11 | [iwara] Fix extraction after relaunch | Yen Chi Hsuan | |
Closes #10462, closes #3215 | |||
2016-09-10 | [newgrounds] Fix uploader extraction | Yen Chi Hsuan | |
Closes #10584 Also change test URLs to HTTPS, as proposed by @stepshal in #10593. Closes #10593 | |||
2016-09-08 | release 2016.09.082016.09.08 | Sergey M․ | |
2016-09-08 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-08 | [foxgay] Fix extraction (closes #10480) | Yen Chi Hsuan | |
2016-09-08 | [ChangeLog] Update for #10556 | Yen Chi Hsuan | |
2016-09-07 | [gamestar] Fix metadata extraction (closes #10479) | Yen Chi Hsuan | |
2016-09-05 | [ChangeLog] Update for #10190 | Yen Chi Hsuan | |
2016-09-05 | [ChangeLog] Update for #10524 | Yen Chi Hsuan | |
2016-09-04 | release 2016.09.04.12016.09.04.1 | Sergey M․ | |
2016-09-04 | [ChangeLog] Actualize | Sergey M․ | |
2016-09-04 | release 2016.09.042016.09.04 | Sergey M․ | |
2016-09-04 | [downloader/dash] Abort if the first segment fails | Yen Chi Hsuan | |
Closes #10497, Closes #10542 | |||
2016-09-04 | [pornovoisines] Fix extraction (closes #10469) | Yen Chi Hsuan | |