Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [test_download] Improve error message | Philipp Hagemeister | 2014-10-27 | 1 | -1/+3 |
| | |||||
* | [pornhub] Modernize and fix test definition | Philipp Hagemeister | 2014-10-27 | 2 | -8/+7 |
| | |||||
* | [ruhd] Simplify | Philipp Hagemeister | 2014-10-27 | 1 | -8/+7 |
| | |||||
* | [syfy] Remove test checksum | Philipp Hagemeister | 2014-10-27 | 1 | -1/+0 |
| | | | | We have the minsize test now. | ||||
* | [ustream:channel] Change test playlist size (Seems to have been limited that ↵ | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | | | | way on the website as well) | ||||
* | [vgtv] Fix test title | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | [vgtv] Simplify | Philipp Hagemeister | 2014-10-27 | 1 | -3/+1 |
| | |||||
* | [vimeo:review] Fix test title | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | [vine:user] Adapt test to changed list size | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | [xtube] Fix test description | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | [youtube:playlist] Fix test title | Philipp Hagemeister | 2014-10-27 | 1 | -1/+1 |
| | |||||
* | [ynet] Remove test md5sums | Philipp Hagemeister | 2014-10-27 | 1 | -2/+0 |
| | | | | These fluctuate regularly. | ||||
* | [srmediathek] Correct IE_NAME/IE_DESC | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | [srmediathek] New extractor | Philipp Hagemeister | 2014-10-26 | 2 | -0/+44 |
| | |||||
* | Remove unused imports | Philipp Hagemeister | 2014-10-26 | 8 | -15/+2 |
| | |||||
* | [faz] Modernize | Philipp Hagemeister | 2014-10-26 | 1 | -17/+19 |
| | |||||
* | release 2014.10.26.2 | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | [youtube] Make confirm_age non-fatal (#4042) | Philipp Hagemeister | 2014-10-26 | 1 | -2/+2 |
| | |||||
* | [livestream:original] Fix RTMP parameters (Fixes #4040) | Philipp Hagemeister | 2014-10-26 | 1 | -1/+2 |
| | |||||
* | [ffmpeg] Fix typo | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | release 2014.10.26.1 | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | [ffmpeg] Fix call to ffprobe (Fixes #4041) | Philipp Hagemeister | 2014-10-26 | 1 | -2/+14 |
| | |||||
* | [ffmpeg] Make downloader optional (Fixes #4039) | Philipp Hagemeister | 2014-10-26 | 1 | -2/+3 |
| | |||||
* | [generic] Correct call to _webpage_read_full_content | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | 2014-10-26 | 3 | -1/+28 |
| | |||||
* | [soundcloud] Set the 'webpage_url' field for each track | Jaime Marquínez Ferrándiz | 2014-10-26 | 1 | -0/+1 |
| | | | | For playlists, YoutubeDL would set it to the playlist url. | ||||
* | [ffmpeg] Also look into stderr for extracting the version | Jaime Marquínez Ferrándiz | 2014-10-26 | 1 | -1/+1 |
| | | | | At least with avconv 11, it will print 'avconv version 11, ..' to stderr, not stdout. | ||||
* | Move AUTHORS to root (closes #2985) | Philipp Hagemeister | 2014-10-26 | 2 | -85/+82 |
| | |||||
* | release 2014.10.26 | Philipp Hagemeister | 2014-10-26 | 1 | -1/+1 |
| | |||||
* | Credit @gabeos for crunchyroll:playlist (#3988) | Philipp Hagemeister | 2014-10-26 | 1 | -1/+2 |
| | |||||
* | [crunchyroll:playlist] Simplify (#3988) | Philipp Hagemeister | 2014-10-26 | 1 | -24/+26 |
| | |||||
* | Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist' | Philipp Hagemeister | 2014-10-26 | 2 | -1/+40 |
|\ | |||||
| * | Forgot to reverse extracted video urls so they are in correct order for ↵ | Gabriel Schubiner | 2014-10-20 | 1 | -0/+1 |
| | | | | | | | | video selection args | ||||
| * | Added extractor for crunchyroll 'playlists' i.e. series. so that one can, ↵ | Gabriel Schubiner | 2014-10-19 | 2 | -1/+39 |
| | | | | | | | | e.g. download all episodes of a series | ||||
* | | [generic] Handle audio streams that do not implement HEAD (Fixes #4032) | Philipp Hagemeister | 2014-10-26 | 2 | -28/+32 |
| | | |||||
* | | [ffmpeg] Warn if ffmpeg/avconv version is too old (Fixes #4026) | Philipp Hagemeister | 2014-10-26 | 3 | -9/+34 |
| | | |||||
* | | [YoutubeDL] Output avconv/ffmpeg versions if -v is given | Philipp Hagemeister | 2014-10-26 | 3 | -14/+48 |
| | | |||||
* | | [generic] Allow new SWFObject()-style imports | Philipp Hagemeister | 2014-10-26 | 1 | -1/+2 |
| | | | | | | | | This embed style is used on http://www.bitburger-open.de/ , but that is not included as a test case since the format is likely to be temporary. | ||||
* | | Merge branch 'dstftw-compat-getenv-and-expanduser' | Sergey M․ | 2014-10-26 | 6 | -13/+110 |
|\ \ | |||||
| * | | Merge branch 'compat-getenv-and-expanduser' of ↵ | Sergey M․ | 2014-10-26 | 6 | -13/+110 |
|/| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py | ||||
| * | | [utils] Add posix expanduser implementation and clarify the original source | Sergey M․ | 2014-10-01 | 1 | -27/+61 |
| | | | |||||
| * | | [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵ | Sergey M․ | 2014-09-30 | 6 | -13/+76 |
| | | | | | | | | | | | | | | | | | | Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser | ||||
* | | | Set '--simulate' if any of the printing options is given (fixes #3036) | Jaime Marquínez Ferrándiz | 2014-10-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | That's what the help messages say. Previously it would only set '--skip-download', which would write thumbnail, descriptions or subtitles if they were requested (for example you may have set '--write-thumbnail' in the config file). | ||||
* | | | Merge branch 'Dineshs91-belgiannational-ie' | Sergey M․ | 2014-10-26 | 2 | -0/+96 |
|\ \ \ | |||||
| * | | | [vrt] Improve extractor | Sergey M․ | 2014-10-26 | 3 | -64/+96 |
| | | | | |||||
| * | | | [BelgianNational] corrected indentation | dinesh | 2014-10-26 | 1 | -34/+33 |
| | | | | |||||
| * | | | [BelgianNational] New extractor added | dinesh | 2014-10-26 | 2 | -0/+65 |
|/ / / | |||||
* | | | [sportbox] Remove view count | Sergey M․ | 2014-10-26 | 1 | -4/+0 |
| | | | |||||
* | | | [tumblr] Fix extraction (fixes #4029) | Jaime Marquínez Ferrándiz | 2014-10-25 | 1 | -22/+13 |
| | | | |||||
* | | | [soundcloud] Modernize and fix tests | Jaime Marquínez Ferrándiz | 2014-10-25 | 1 | -7/+8 |
| | | |