summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2015.02.09 2015.02.09Philipp Hagemeister2015-02-092-15/+15
|
* [options] Mention asr as possible filterSergey M․2015-02-091-2/+2
|
* release 2015.02.08 2015.02.08Philipp Hagemeister2015-02-083-2/+5
|
* [options] Update help on string comparisonsSergey M․2015-02-091-1/+3
|
* [YoutubeDL] Allow filtering by audio sampling rateSergey M․2015-02-091-1/+1
|
* [YoutubeDL] Allow filtering by string properties (#4906)Sergey M․2015-02-091-12/+29
|
* Credit @robin007bond for tweakers (#4881) and gamekings fixes (#4901)Sergey M․2015-02-081-0/+1
|
* [gamekings] Support videos from news pagesSergey M․2015-02-081-1/+4
|
* Merge branch 'robin007bond-gamekings'Sergey M․2015-02-081-16/+39
|\
| * [gamekings] Improve extractionSergey M․2015-02-081-35/+29
| |
| * Merge branch 'gamekings' of https://github.com/robin007bond/youtube-dl into ↵Sergey M․2015-02-081-6/+35
|/| | | | | | | robin007bond-gamekings
| * [Gamekings] Use thumbnail in return statementrobin2015-02-081-0/+1
| |
| * [Gamekings] Use xpathrobin2015-02-081-12/+15
| | | | | | | | XPath is used for extracting the video url and the thumbnail
| * [Gamekings] Download playlistrobin2015-02-081-1/+12
| | | | | | | | Todo: URL and Thumbnail should be extracted with XPath
| * [Gamekings] Check string for vimeo, fix testrobin2015-02-081-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_urlrobin2015-02-081-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 stringrobin2015-02-081-1/+1
| | | | | | | | Oops.
| * [Gamekings] Fixed typo in URL replacementrobin2015-02-081-1/+1
| |
| * [Gamekings] Fix 404 when large isn't availablerobin2015-02-081-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_limitNaglis Jonaitis2015-02-084-9/+9
| |
* | [extractor/common] Add new helper method _family_friendly_searchNaglis Jonaitis2015-02-081-0/+15
| |
* | [soulanime] Remove extractor (#4554)Naglis Jonaitis2015-02-081-80/+0
| | | | | | | | Was supposed to be deleted by 67c2bcd
* | [aparat] Fix extraction (Closes #4897)Sergey M․2015-02-081-2/+3
| |
* | [test/test_YoutubeDL] Remove debug print callJaime Marquínez Ferrándiz2015-02-061-1/+0
| |
* | [test/YoutubeDL] Add a simple test for postprocesorsJaime Marquínez Ferrándiz2015-02-061-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ándiz2015-02-061-0/+3
| |
* | [ffmpeg] --extrac-audio: Use the same options for avconv and ffmpegJaime Marquínez Ferrándiz2015-02-061-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 Jonaitis2015-02-061-9/+33
| |
* | [aftenposten] Add extractor (Closes #4863)Sergey M․2015-02-072-0/+104
| |
* | [tvigle] Add support for cloud URLs (Closes #4887)Sergey M․2015-02-061-7/+15
| |
* | [extractor/common] Correct sort order.Philipp Hagemeister2015-02-061-1/+1
| | | | | | | | We should look at height and width before ext_preference.
* | release 2015.02.06 2015.02.06Philipp Hagemeister2015-02-062-1/+2
| |
* | [rtp] Pass --realtime to rtmpdump (Fixes #4882)Naglis Jonaitis2015-02-061-0/+1
| | | | | | | | A workaround for video jumping back in time.
* | [extractor/common] Fix 2.0 manifest extraction (Closes #4830)Sergey M․2015-02-061-1/+2
| |
* | Merge branch 'robin007bond-tweakers'Sergey M․2015-02-062-0/+66
|\ \
| * | [tweakers] Switch extraction to xspf playlist, extract all formats and meta ↵Sergey M․2015-02-061-14/+44
| | | | | | | | | | | | (#4881)
| * | Merge branch 'tweakers' of https://github.com/robin007bond/youtube-dl into ↵Sergey M․2015-02-062-0/+36
|/| | | |/ | | | | robin007bond-tweakers
| * Use match_id method instead of splitted URLrobin2015-02-051-1/+1
| |
| * Remove unnecessary TODO-commentsrobin2015-02-051-5/+0
| |
| * Remove player-url in tweakers.pyrobin2015-02-051-1/+0
| | | | | | | | Player-url only needed for rmftp, not for regular URLs
| * Edit Tweakers extractorrobin2015-02-051-4/+4
| | | | | | | | | | Fixed code conventions (mainly adding two or more spaces before making an inline comment)
| * [tweakers] Add new extractorrobin2015-02-052-0/+42
| |
* | [YoutubeDL] Fix video+audio format field (Closes #4880)Sergey M․2015-02-061-1/+2
| |
* | [rts] Fix f4m and m3u8 extraction (Closes #4873)Sergey M․2015-02-051-5/+23
| |
* | [extractor/common] Prefix f4m/m3u8 entries with identifierSergey M․2015-02-051-7/+7
|/
* Merge branch 'Frenzie-npo'Sergey M․2015-02-052-2/+14
|\
| * Credit @Frenzie for npo subtitles (#4878)Sergey M․2015-02-051-0/+1
| |
| * [npo] Fix subtitles (Closes #3638)Sergey M․2015-02-051-5/+8
| |
| * Add NPO.nl subtitlesFrans de Jonge2015-02-051-2/+10
|/ | | | Implements #3638
* release 2015.02.04 2015.02.04Philipp Hagemeister2015-02-041-1/+1
|