Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [gamekings] Improve extraction | Sergey M․ | 2015-02-08 | 1 | -35/+29 | |
| | | ||||||
| * | Merge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into ↵ | Sergey M․ | 2015-02-08 | 1 | -6/+35 | |
|/| | | | | | | | robin007bond-gamekings | |||||
| * | [Gamekings] Use thumbnail in return statement | robin | 2015-02-08 | 1 | -0/+1 | |
| | | ||||||
| * | [Gamekings] Use xpath | robin | 2015-02-08 | 1 | -12/+15 | |
| | | | | | | | | XPath is used for extracting the video url and the thumbnail | |||||
| * | [Gamekings] Download playlist | robin | 2015-02-08 | 1 | -1/+12 | |
| | | | | | | | | Todo: URL and Thumbnail should be extracted with XPath | |||||
| * | [Gamekings] Check string for vimeo, fix test | robin | 2015-02-08 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | The test now doesn't fail anymore. It just checks the string for having "vimeo" in it, instead of using the method for URL-checking, since it's returns an error. The tests don't fail, and the extractor works fine now. | |||||
| * | [Gamekings] Added test and replaced video_url | robin | 2015-02-08 | 1 | -2/+13 | |
| | | | | | | | | | | | | Quick and dirty fix for the Gamekings extractor. It gives an error about the video_url, but it downloads it now instead of giving a 404 error on newer Gamekings videos | |||||
| * | [Gamekings] Fix order of replacement string | robin | 2015-02-08 | 1 | -1/+1 | |
| | | | | | | | | Oops. | |||||
| * | [Gamekings] Fixed typo in URL replacement | robin | 2015-02-08 | 1 | -1/+1 | |
| | | ||||||
| * | [Gamekings] Fix 404 when large isn't available | robin | 2015-02-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | When trying to download some GameKings videos, not all worked. This was because not all videos had a "/large"-URL available. The extractor checks now if the /large URL is available, if it isn't, it tries to get the normal URL. | |||||
* | | Use _family_friendly_search for determining age_limit | Naglis Jonaitis | 2015-02-08 | 4 | -9/+9 | |
| | | ||||||
* | | [extractor/common] Add new helper method _family_friendly_search | Naglis Jonaitis | 2015-02-08 | 1 | -0/+15 | |
| | | ||||||
* | | [soulanime] Remove extractor (#4554) | Naglis Jonaitis | 2015-02-08 | 1 | -80/+0 | |
| | | | | | | | | Was supposed to be deleted by 67c2bcd | |||||
* | | [aparat] Fix extraction (Closes #4897) | Sergey M․ | 2015-02-08 | 1 | -2/+3 | |
| | | ||||||
* | | [test/test_YoutubeDL] Remove debug print call | Jaime Marquínez Ferrándiz | 2015-02-06 | 1 | -1/+0 | |
| | | ||||||
* | | [test/YoutubeDL] Add a simple test for postprocesors | Jaime Marquínez Ferrándiz | 2015-02-06 | 1 | -0/+32 | |
| | | | | | | | | Just checks that the 'keepvideo' option works as intended. | |||||
* | | [YoutubeDL] _calc_cookies: add get_header method to _PseudoRequest (#4861) | Jaime Marquínez Ferrándiz | 2015-02-06 | 1 | -0/+3 | |
| | | ||||||
* | | [ffmpeg] --extrac-audio: Use the same options for avconv and ffmpeg | Jaime Marquínez Ferrándiz | 2015-02-06 | 1 | -7/+6 | |
| | | | | | | | | They have been available in ffmpeg since version 0.9, and we require 1.0 or higher. | |||||
* | | [rtp] Construct regular HTTP download URLs (#4882) | Naglis Jonaitis | 2015-02-06 | 1 | -9/+33 | |
| | | ||||||
* | | [aftenposten] Add extractor (Closes #4863) | Sergey M․ | 2015-02-07 | 2 | -0/+104 | |
| | | ||||||
* | | [tvigle] Add support for cloud URLs (Closes #4887) | Sergey M․ | 2015-02-06 | 1 | -7/+15 | |
| | | ||||||
* | | [extractor/common] Correct sort order. | Philipp Hagemeister | 2015-02-06 | 1 | -1/+1 | |
| | | | | | | | | We should look at height and width before ext_preference. | |||||
* | | release 2015.02.06 | Philipp Hagemeister | 2015-02-06 | 2 | -1/+2 | |
| | | ||||||
* | | [rtp] Pass --realtime to rtmpdump (Fixes #4882) | Naglis Jonaitis | 2015-02-06 | 1 | -0/+1 | |
| | | | | | | | | A workaround for video jumping back in time. | |||||
* | | [extractor/common] Fix 2.0 manifest extraction (Closes #4830) | Sergey M․ | 2015-02-06 | 1 | -1/+2 | |
| | | ||||||
* | | Merge branch 'robin007bond-tweakers' | Sergey M․ | 2015-02-06 | 2 | -0/+66 | |
|\ \ | ||||||
| * | | [tweakers] Switch extraction to xspf playlist, extract all formats and meta ↵ | Sergey M․ | 2015-02-06 | 1 | -14/+44 | |
| | | | | | | | | | | | | (#4881) | |||||
| * | | Merge branch 'tweakers' of https://github.com/robin007bond/youtube-dl into ↵ | Sergey M․ | 2015-02-06 | 2 | -0/+36 | |
|/| | | |/ | | | | | robin007bond-tweakers | |||||
| * | Use match_id method instead of splitted URL | robin | 2015-02-05 | 1 | -1/+1 | |
| | | ||||||
| * | Remove unnecessary TODO-comments | robin | 2015-02-05 | 1 | -5/+0 | |
| | | ||||||
| * | Remove player-url in tweakers.py | robin | 2015-02-05 | 1 | -1/+0 | |
| | | | | | | | | Player-url only needed for rmftp, not for regular URLs | |||||
| * | Edit Tweakers extractor | robin | 2015-02-05 | 1 | -4/+4 | |
| | | | | | | | | | | Fixed code conventions (mainly adding two or more spaces before making an inline comment) | |||||
| * | [tweakers] Add new extractor | robin | 2015-02-05 | 2 | -0/+42 | |
| | | ||||||
* | | [YoutubeDL] Fix video+audio format field (Closes #4880) | Sergey M․ | 2015-02-06 | 1 | -1/+2 | |
| | | ||||||
* | | [rts] Fix f4m and m3u8 extraction (Closes #4873) | Sergey M․ | 2015-02-05 | 1 | -5/+23 | |
| | | ||||||
* | | [extractor/common] Prefix f4m/m3u8 entries with identifier | Sergey M․ | 2015-02-05 | 1 | -7/+7 | |
|/ | ||||||
* | Merge branch 'Frenzie-npo' | Sergey M․ | 2015-02-05 | 2 | -2/+14 | |
|\ | ||||||
| * | Credit @Frenzie for npo subtitles (#4878) | Sergey M․ | 2015-02-05 | 1 | -0/+1 | |
| | | ||||||
| * | [npo] Fix subtitles (Closes #3638) | Sergey M․ | 2015-02-05 | 1 | -5/+8 | |
| | | ||||||
| * | Add NPO.nl subtitles | Frans de Jonge | 2015-02-05 | 1 | -2/+10 | |
|/ | | | | Implements #3638 | |||||
* | release 2015.02.04 | Philipp Hagemeister | 2015-02-04 | 1 | -1/+1 | |
| | ||||||
* | [mixcloud] Fix extraction (Closes #4862) | Sergey M․ | 2015-02-04 | 1 | -3/+16 | |
| | ||||||
* | [generic/ooyala] Add support for Ooyala embeds on SBN network websites ↵ | naglis | 2015-02-04 | 1 | -1/+23 | |
| | | | | (Fixes #4859) | |||||
* | [README] Add an FAQ entry about anime sites | Philipp Hagemeister | 2015-02-03 | 1 | -0/+8 | |
| | ||||||
* | release 2015.02.03.1 | Philipp Hagemeister | 2015-02-03 | 2 | -1/+2 | |
| | ||||||
* | [wsj] Add new extractor (Fixes #4854) | Philipp Hagemeister | 2015-02-03 | 5 | -1/+95 | |
| | ||||||
* | [sort_formats] Prefer bitrate over video size | Philipp Hagemeister | 2015-02-03 | 1 | -3/+3 | |
| | | | | 720p @ 1000KB/s looks way better than 1080p @ 500KB/s | |||||
* | [YoutubeDL] Calculate thumbnail IDs automatically | Philipp Hagemeister | 2015-02-03 | 1 | -1/+3 | |
| | ||||||
* | [aftonbladet] Modernize | Philipp Hagemeister | 2015-02-03 | 1 | -5/+1 | |
| | ||||||
* | [franceculture] Rewrite for new HTML scheme (Fixes #4853) | Philipp Hagemeister | 2015-02-03 | 2 | -40/+42 | |
| |