Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-05 | release 2014.01.05.52014.01.05.5 | Philipp Hagemeister | |
2014-01-05 | Remove unused imports | Philipp Hagemeister | |
2014-01-05 | [veoh] Simplify | Philipp Hagemeister | |
2014-01-05 | [veoh] Add support for mobile URLs | Philipp Hagemeister | |
Fixes #2052 | |||
2014-01-05 | release 2014.01.05.42014.01.05.4 | Philipp Hagemeister | |
2014-01-05 | [generic] Support gorillavid.in | Philipp Hagemeister | |
Previously, we were a little bit over-eager and got a random swf file. Fixes #2084. | |||
2014-01-05 | release 2014.01.05.32014.01.05.3 | Philipp Hagemeister | |
2014-01-05 | release 2014.01.05.02 | Philipp Hagemeister | |
2014-01-05 | Make sure URLs are always character strings (Fixes #2051) | Philipp Hagemeister | |
2014-01-05 | release 2014.01.05.12014.01.05.1 | Philipp Hagemeister | |
2014-01-05 | Document --socket-timeout | Philipp Hagemeister | |
2014-01-05 | release 2014.01.052014.01.05 | Philipp Hagemeister | |
2014-01-05 | [cspan] Use HTTP download (Fixes #2098) | Philipp Hagemeister | |
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | |
Conflicts: youtube_dl/extractor/bliptv.py | |||
2014-01-05 | Set required properties for format merging | Philipp Hagemeister | |
2014-01-05 | [bliptv] Use centralized format sorting | Philipp Hagemeister | |
This also makes youtube-dl use the better "Source" format by default. | |||
2014-01-05 | [bliptv] Simplify | Philipp Hagemeister | |
2014-01-05 | Merge remote-tracking branch 'rzhxeo/blip2' | Philipp Hagemeister | |
2014-01-05 | [pornhd] Add support for ISO-3166 subpages (Fixes #2088) | Philipp Hagemeister | |
2014-01-05 | Fix/work around Windows encoding issues (Fixes #2095) | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Use character strings by default | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Add support for age_limit | Philipp Hagemeister | |
2014-01-05 | [collegehumor] Support multiple formats (Fixes #2092) | Philipp Hagemeister | |
Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL. | |||
2014-01-05 | Merge remote-tracking branch 'jaimeMF/merge-formats' | Philipp Hagemeister | |
2014-01-05 | Prepare widespread unicode literal use | Philipp Hagemeister | |
2014-01-04 | Allow merging formats (closes #1612) | Jaime Marquínez Ferrándiz | |
Multiple formats can be requested using `-f 137+139`, each one is downloaded and then the two are merged with ffmpeg. | |||
2014-01-03 | [lynda] minor changes | Philipp Hagemeister | |
2014-01-03 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-01-03 | [macgamestore] Minor fixes (#2044) | Philipp Hagemeister | |
2014-01-03 | Merge remote-tracking branch 'dstftw/macgamestore' | Philipp Hagemeister | |
2014-01-03 | FFmpegMetadataPP; Write temporary file to `something.temp.{ext}` (fixes #2079) | Jaime Marquínez Ferrándiz | |
ffmpeg correctly recognize the formats of extensions like m4a, but it doesn’t works if it’s passed with the `—format` option. | |||
2014-01-03 | [jpopsuki] Simplify | Philipp Hagemeister | |
2014-01-03 | Merge remote-tracking branch 'diffycat/jpopsuki' | Philipp Hagemeister | |
2014-01-03 | release 2014.01.032014.01.03 | Philipp Hagemeister | |
2014-01-03 | [dreisat] Make ‘index.php’ optional in the url (fixes #2080) | Jaime Marquínez Ferrándiz | |
2014-01-03 | Reveal a little bit more detail about what we cache (#858) | Philipp Hagemeister | |
2014-01-02 | Clarify --cache-dir (#858) | Philipp Hagemeister | |
2014-01-02 | [soundcloud] recognize more players’ urls (fixes #2078) | Jaime Marquínez Ferrándiz | |
2014-01-01 | [comedycentral] Recognize ‘video-collections’ urls (#2072) | Jaime Marquínez Ferrándiz | |
2014-01-01 | [mixcloud] Fix track url transformation (fixes #2068) | Jaime Marquínez Ferrándiz | |
‘/previews/‘ must be replaced with ‘/c/originals/‘ now. | |||
2014-01-01 | [wistia] Prefer original video format above all others | Philipp Hagemeister | |
We could also set up a formula which would weigh filesize/bitrate and vcodec/acodec (say, 1GB h264 < 3 GB MPEG2 < 2 GB h264), but that would get really messy real soon. | |||
2014-01-01 | [BlipTVIE] Extract all formats | rzhxeo | |
2014-01-01 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2014-01-01 | [jpopsuki] Add script encoding definition for python2 | Anton Larionov | |
2014-01-01 | Add support for jpopsuki.tv | Anton Larionov | |
2014-01-01 | [youtube] Add itag 264 (closes #2063) | Jaime Marquínez Ferrándiz | |
It has a better bitrate than 137 but the same resolution | |||
2014-01-01 | [dreisat] Update test filename and checksum | Jaime Marquínez Ferrándiz | |
2014-01-01 | Merge pull request #2041 from dstftw/imdb-list | Jaime Marquínez Ferrándiz | |
[imdb] Add support for IMDb list (#2033) | |||
2014-01-01 | Merge pull request #2061 from rzhxeo/var | Jaime Marquínez Ferrándiz | |
Correct variable name in YoutubeDL.list_formats | |||
2014-01-01 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |