Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-11 | [hbo] Add display_id and another test (#10892) | Yen Chi Hsuan | |
2016-10-11 | [hbo] Support episode pages (closes #10892) | Yen Chi Hsuan | |
2016-10-09 | [allocine] Fix for /video/ videos (closes #10860) | Yen Chi Hsuan | |
2016-10-09 | [allocine] Fix extraction (closes #10860) | Yen Chi Hsuan | |
I change the URL of the third test case, because now the original URL does not contain a video anymore, and there's no easy to get the real URL from the /film/ one. | |||
2016-10-09 | [nextmedia] Support action news (動新聞) on Apple Daily | Yen Chi Hsuan | |
2016-10-09 | [slutload] Fix test and simplify | Déstin Reed | |
2016-10-09 | [reverbnation] Eliminate code duplication in thumbnails extraction | Sergey M․ | |
2016-10-09 | [reverbnation] Modernize | Déstin Reed | |
2016-10-08 | [lego] improve info extraction and bypass geo restriction(closes #10872) | Remita Amine | |
2016-10-07 | release 2016.10.072016.10.07 | Sergey M․ | |
2016-10-07 | [vimeo] PEP 8 | Sergey M․ | |
[ci skip] | |||
2016-10-07 | [iprima] detect geo restriction | Remita Amine | |
2016-10-07 | [facebook] Fix for new handleServerJS syntax (closes #10846) | Yen Chi Hsuan | |
According to the dump file in #10846, handleServerJS() now accepts an optional second argument. It's a string from available dump files. | |||
2016-10-07 | [extractors] Add MmsIE | Yen Chi Hsuan | |
2016-10-07 | [generic,commonprotocols] Move mms suuport from GenericIE | Yen Chi Hsuan | |
And use _generic_* helpers in those extractors | |||
2016-10-07 | [extractor/common] Add id and title helpers for generic IEs | Yen Chi Hsuan | |
2016-10-07 | [generic] Support direct MMS links (closes #10838) | Yen Chi Hsuan | |
2016-10-06 | [generic] Add support for multiple vimeo embeds (Closes #10862) | Sergey M․ | |
2016-10-06 | [nzz] Add new extractor(#4407) | Remita Amine | |
2016-10-05 | [npo] detect geo restriction | Remita Amine | |
2016-10-05 | [npo] Add support for 2doc.nl (Closes #10842) | Sergey M․ | |
2016-10-04 | [lego] Add new extractor(closes #10369) | Remita Amine | |
2016-10-04 | [tonline] Add new extractor(#10376) | Remita Amine | |
2016-10-04 | [techtalks] Relax _VALID_URL | Sergey M․ | |
2016-10-04 | [techtalks] Allow URL-s with name part omitted. | Aleksander Nitecki | |
2016-10-04 | [youtube:live] Extend _VALID_URL (Closes #10839) | Sergey M․ | |
2016-10-03 | [theweatherchannel] Add new extractor(closes #7188) | Remita Amine | |
2016-10-03 | Unify coding cookie | Déstin Reed | |
2016-10-03 | [thisoldhouse] Add new extractor(closes #10837) | Remita Amine | |
2016-10-03 | [nhl] Add support for wch2016.com (Closes #10833) | Sergey M․ | |
2016-10-02 | Merge pull request #10829 from TRox1972/pornoxo_improve | Yen Chi Hsuan | |
[pornoxo] Use JWPlatform to improve metadata extraction | |||
2016-10-02 | [pornoxo] Use JWPlatform to improve metadata extraction | Déstin Reed | |
2016-10-02 | release 2016.10.022016.10.02 | Sergey M․ | |
2016-10-02 | [amcnetworks] Skip a restricted _TEST | Yen Chi Hsuan | |
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 | [utils] Fix xattr error handling | 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-02 | [byutv:event] Add extractor | Sergey M․ | |
2016-10-02 | [byutv] Fix id and display id | Sergey M․ | |
2016-10-02 | [byutv] Rely on _match_id and _parse_json | Déstin Reed | |
2016-10-01 | [periscope:user] Fix extraction (Closes #10820) | Sergey M․ | |
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 | [downloader/http] xattr values should be bytes | Yen Chi Hsuan | |
2016-10-01 | Merge pull request #10818 from TRox1972/criterion_match_id | Yen Chi Hsuan | |
[criterion] Rely on _match_id, improve regex and add thumbnail to test | |||
2016-10-01 | [criterion] Rely on _match_id, improve regex and add thumbnail to test | Déstin Reed | |
2016-10-01 | [twitch] Skip a 404 test | Yen Chi Hsuan | |
2016-10-01 | Merge pull request #10817 from TRox1972/clubic_match_id | Yen Chi Hsuan | |
[clubic] Rely on _match_id and _parse_json | |||
2016-10-01 | [dctp] Fix extraction (closes #10734) | Yen Chi Hsuan | |
2016-10-01 | [downloader/http] Use write_xattr function for --xattr-set-filesize | Yen Chi Hsuan | |