summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #10829 from TRox1972/pornoxo_improveYen Chi Hsuan2016-10-021-19/+12
|\ | | | | [pornoxo] Use JWPlatform to improve metadata extraction
| * [pornoxo] Use JWPlatform to improve metadata extractionDéstin Reed2016-10-021-19/+12
| |
* | release 2016.10.02Sergey M․2016-10-024-6/+6
| |
* | [ChangeLog] ActualizeSergey M․2016-10-021-2/+13
| |
* | [amcnetworks] Skip a restricted _TESTYen Chi Hsuan2016-10-021-0/+1
| |
* | [jwplatform] Support DASH streamsYen Chi Hsuan2016-10-023-2/+7
| |
* | [jwplatform] Support old-style jwplayer playlistsYen Chi Hsuan2016-10-022-0/+7
| |
* | [utils] Fix xattr error handlingYen Chi Hsuan2016-10-022-4/+13
| |
* | [__init__] Fix lost xattr if --embed-thumbnail usedYen Chi Hsuan2016-10-022-2/+5
| | | | | | | | | | Reported at https://github.com/rg3/youtube-dl/issues/9054#issuecomment-250451823
* | [byutv:event] Add extractorSergey M․2016-10-022-2/+42
| |
* | [byutv] Fix id and display idSergey M․2016-10-021-20/+26
| |
* | [byutv] Rely on _match_id and _parse_jsonDéstin Reed2016-10-021-7/+6
| |
* | [periscope:user] Fix extraction (Closes #10820)Sergey M․2016-10-011-1/+1
| |
* | [utils] Support xattr as well as pyxattrYen Chi Hsuan2016-10-012-12/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | [downloader/http] xattr values should be bytesYen Chi Hsuan2016-10-011-1/+1
| |
* | Merge pull request #10818 from TRox1972/criterion_match_idYen Chi Hsuan2016-10-011-7/+5
|\ \ | | | | | | [criterion] Rely on _match_id, improve regex and add thumbnail to test
| * | [criterion] Rely on _match_id, improve regex and add thumbnail to testDéstin Reed2016-10-011-7/+5
| | |
* | | [twitch] Skip a 404 testYen Chi Hsuan2016-10-011-0/+1
| | |
* | | Merge pull request #10817 from TRox1972/clubic_match_idYen Chi Hsuan2016-10-011-8/+3
|\ \ \ | |_|/ |/| | [clubic] Rely on _match_id and _parse_json
| * | [clubic] Rely on _match_id and _parse_jsonDéstin Reed2016-09-301-8/+3
| |/
* | [dctp] Fix extraction (closes #10734)Yen Chi Hsuan2016-10-012-37/+31
| |
* | [downloader/http] Use write_xattr function for --xattr-set-filesizeYen Chi Hsuan2016-10-012-9/+5
| |
* | [instagram] PEP 8Sergey M․2016-10-011-2/+2
| |
* | [Instagram] Extract video dimensionsDéstin Reed2016-10-011-2/+10
| |
* | [tvland] Extend _VALID_URL (Closes #10812)Sergey M․2016-09-301-1/+4
| |
* | [vgtv] Add support for tv.aftonbladet.se (Closes #10800)Sergey M․2016-09-301-1/+12
| |
* | [aftonbladet] Remove extractorSergey M․2016-09-302-65/+0
| |
* | [vk] Improve view count extractionSergey M․2016-09-291-5/+5
| |
* | [vk] Extract timestamp (Closes #10760)Sergey M․2016-09-291-4/+9
| |
* | [utils] Lower priority for rare date formats and add testsSergey M․2016-09-292-2/+4
| |
* | [vk] Fix date and view count extraction.Kacper Michajłow2016-09-292-13/+8
| |
* | Move write_xattr to utils.pyYen Chi Hsuan2016-09-302-107/+106
| | | | | | | | | | There are some other places that use xattr functions. It's better to move it to a common place so that others can use it.
* | [vk] Add support for running live streams (Closes #10799)Sergey M․2016-09-291-14/+33
| |
* | [vk] Add support for finished live streams (#10799)Sergey M․2016-09-291-2/+17
| |
* | Merge pull request #10788 from TRox1972/instagram_commentsYen Chi Hsuan2016-09-291-0/+11
|\ \ | | | | | | [Instagram] Extract comments
| * | [Instagram] Extract commentsDéstin Reed2016-09-281-0/+11
| | |
* | | [leeco] Recognize more Le Sports URLs (#10794)Yen Chi Hsuan2016-09-292-2/+14
| | |
* | | [ketnet] Extract mzsource formats (#10770)Sergey M․2016-09-281-3/+23
| | |
* | | [limelight:media] improve http formats extractionRemita Amine2016-09-281-1/+1
| |/ |/|
* | release 2016.09.27Sergey M․2016-09-274-9/+11
| |
* | [ChangeLog] Remove duplicateSergey M․2016-09-271-1/+0
| |
* | [ChangeLog] ActualizeSergey M․2016-09-271-0/+15
| |
* | [mtv] Improve _VALID_URLSergey M․2016-09-271-1/+1
| |
* | [vk] Add support for dailymotion embedsKacper Michajłow2016-09-271-1/+23
| | | | | | | | Fixes #10661
* | [periscope] Treat timed_out state as finished streamSergey M․2016-09-271-1/+1
| |
* | [npo] Clarify IE_NAMEs (Closes #10775)Sergey M․2016-09-271-0/+2
| |
* | fix tests related to 1978540a5122c53012e17a78841f3da0df77fd34(closes #10774)Remita Amine2016-09-272-3/+13
| |
* | [awaan:video] fix test(closes #10773)Remita Amine2016-09-271-0/+1
| |
* | [einthusan] Fix extraction (closes #10714)Yen Chi Hsuan2016-09-272-6/+9
| |
* | [promptfile] Improve and modernizeSergey M․2016-09-261-12/+14
| |