Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | release 2014.01.05.1 | Philipp Hagemeister | 2014-01-05 | 2 | -1/+2 | |
| | | ||||||
* | | Fix make_readme on Python 2 | Philipp Hagemeister | 2014-01-05 | 1 | -1/+4 | |
| | | ||||||
* | | [setup.py] Do not use unicode literals | Philipp Hagemeister | 2014-01-05 | 2 | -1/+8 | |
| | | | | | | | | See http://bugs.python.org/issue13943 for context | |||||
* | | Make make_readme run in a locale-less environment | Philipp Hagemeister | 2014-01-05 | 1 | -2/+3 | |
| | | | | | | | | Mentioned in #267 | |||||
* | | Document --socket-timeout | Philipp Hagemeister | 2014-01-05 | 3 | -1/+1 | |
| | | ||||||
* | | release 2014.01.05 | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 | |
| | | ||||||
* | | [cspan] Use HTTP download (Fixes #2098) | Philipp Hagemeister | 2014-01-05 | 1 | -34/+31 | |
| | | ||||||
* | | Merge remote-tracking branch 'rzhxeo/blip' | Philipp Hagemeister | 2014-01-05 | 2 | -21/+12 | |
|\ \ | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/bliptv.py | |||||
| * | | [GenericIE] Outsource embedded blip.tv player video id extraction to ↵ | rzhxeo | 2013-12-30 | 1 | -8/+4 | |
| | | | | | | | | | | | | BlipTVIE and fix minor errors in RegEx | |||||
| * | | [BlipTVIE] Fix and simplify extraction of embedded videos | rzhxeo | 2013-12-30 | 1 | -12/+7 | |
| | | | ||||||
* | | | Ignore more downloaded files | Philipp Hagemeister | 2014-01-05 | 1 | -0/+2 | |
| | | | ||||||
* | | | Set required properties for format merging | Philipp Hagemeister | 2014-01-05 | 1 | -2/+6 | |
| | | | ||||||
* | | | [bliptv] Use centralized format sorting | Philipp Hagemeister | 2014-01-05 | 1 | -2/+4 | |
| | | | | | | | | | | | | This also makes youtube-dl use the better "Source" format by default. | |||||
* | | | [bliptv] Simplify | Philipp Hagemeister | 2014-01-05 | 1 | -22/+21 | |
| | | | ||||||
* | | | Merge remote-tracking branch 'rzhxeo/blip2' | Philipp Hagemeister | 2014-01-05 | 1 | -13/+19 | |
|\ \ \ | ||||||
| * | | | [BlipTVIE] Extract all formats | rzhxeo | 2014-01-01 | 1 | -13/+19 | |
| | | | | ||||||
* | | | | [pornhd] Add support for ISO-3166 subpages (Fixes #2088) | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Fix/work around Windows encoding issues (Fixes #2095) | Philipp Hagemeister | 2014-01-05 | 2 | -12/+32 | |
| | | | | ||||||
* | | | | [collegehumor] Use character strings by default | Philipp Hagemeister | 2014-01-05 | 1 | -15/+17 | |
| | | | | ||||||
* | | | | [collegehumor] Add support for age_limit | Philipp Hagemeister | 2014-01-05 | 1 | -1/+10 | |
| | | | | ||||||
* | | | | [collegehumor] Support multiple formats (Fixes #2092) | Philipp Hagemeister | 2014-01-05 | 1 | -52/+27 | |
| | | | | | | | | | | | | | | | | Unfortunately, we lose a part of the description in the new JSON format, but that's still better than a non-functioning URL. | |||||
* | | | | Merge remote-tracking branch 'jaimeMF/merge-formats' | Philipp Hagemeister | 2014-01-05 | 2 | -6/+47 | |
|\ \ \ \ | ||||||
| * | | | | Allow merging formats (closes #1612) | Jaime Marquínez Ferrándiz | 2014-01-04 | 2 | -6/+47 | |
| | | | | | | | | | | | | | | | | | | | | Multiple formats can be requested using `-f 137+139`, each one is downloaded and then the two are merged with ffmpeg. | |||||
* | | | | | fix typo | Philipp Hagemeister | 2014-01-05 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Prepare widespread unicode literal use | Philipp Hagemeister | 2014-01-05 | 3 | -118/+158 | |
|/ / / / | ||||||
* | | | | [lynda] minor changes | Philipp Hagemeister | 2014-01-03 | 2 | -0/+106 | |
|\ \ \ \ | ||||||
| * | | | | [lynda] Add support for lynda.com (#1966) | dst | 2013-12-26 | 2 | -0/+100 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-01-03 | 2 | -3/+7 | |
|\ \ \ \ \ | ||||||
| * | | | | | FFmpegMetadataPP; Write temporary file to `something.temp.{ext}` (fixes #2079) | Jaime Marquínez Ferrándiz | 2014-01-03 | 2 | -3/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ffmpeg correctly recognize the formats of extensions like m4a, but it doesn’t works if it’s passed with the `—format` option. | |||||
* | | | | | | [macgamestore] Minor fixes (#2044) | Philipp Hagemeister | 2014-01-03 | 1 | -19/+22 | |
| | | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'dstftw/macgamestore' | Philipp Hagemeister | 2014-01-03 | 2 | -0/+41 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | [macgamestore] Add extractor (#2043) | dst | 2013-12-25 | 2 | -0/+41 | |
| | | | | | | ||||||
* | | | | | | [jpopsuki] Simplify | Philipp Hagemeister | 2014-01-03 | 2 | -31/+39 | |
| | | | | | | ||||||
* | | | | | | Merge remote-tracking branch 'diffycat/jpopsuki' | Philipp Hagemeister | 2014-01-03 | 2 | -0/+66 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | [jpopsuki] Add script encoding definition for python2 | Anton Larionov | 2014-01-01 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | Add support for jpopsuki.tv | Anton Larionov | 2014-01-01 | 2 | -0/+65 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | release 2014.01.03 | Philipp Hagemeister | 2014-01-03 | 2 | -3/+5 | |
| | | | | | | ||||||
* | | | | | | [dreisat] Make ‘index.php’ optional in the url (fixes #2080) | Jaime Marquínez Ferrándiz | 2014-01-03 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Reveal a little bit more detail about what we cache (#858) | Philipp Hagemeister | 2014-01-03 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Clarify --cache-dir (#858) | Philipp Hagemeister | 2014-01-02 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | [soundcloud] recognize more players’ urls (fixes #2078) | Jaime Marquínez Ferrándiz | 2014-01-02 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | [comedycentral] Recognize ‘video-collections’ urls (#2072) | Jaime Marquínez Ferrándiz | 2014-01-01 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | [mixcloud] Fix track url transformation (fixes #2068) | Jaime Marquínez Ferrándiz | 2014-01-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | ‘/previews/‘ must be replaced with ‘/c/originals/‘ now. | |||||
* | | | | | | [wistia] Prefer original video format above all others | Philipp Hagemeister | 2014-01-01 | 2 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | | | [README] Bug reporting: Add an item for unrelated questions | Philipp Hagemeister | 2014-01-01 | 1 | -0/+4 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | 2014-01-01 | 6 | -5/+48 | |
|\ \ \ \ \ | ||||||
| * | | | | | [youtube] Add itag 264 (closes #2063) | Jaime Marquínez Ferrándiz | 2014-01-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | It has a better bitrate than 137 but the same resolution | |||||
| * | | | | | [dreisat] Update test filename and checksum | Jaime Marquínez Ferrándiz | 2014-01-01 | 1 | -2/+2 | |
| | | | | | | ||||||
| * | | | | | Merge pull request #2041 from dstftw/imdb-list | Jaime Marquínez Ferrándiz | 2014-01-01 | 3 | -2/+44 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [imdb] Add support for IMDb list (#2033) | |||||
| | * | | | | | [imdb] Add playlist test | dst | 2013-12-25 | 1 | -1/+11 | |
| | | | | | | |