Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | [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 | |
| | | | | ||||||
* | | | | [lrt] Updated test | Naglis Jonaitis | 2014-10-25 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2014-10-25 | 1 | -10/+24 | |
|\ \ \ \ | ||||||
| * | | | | [nhl] Improve video URL extraction (Closes #4013) | Sergey M․ | 2014-10-25 | 1 | -10/+24 | |
| | | | | | ||||||
* | | | | | [audiomack] Simplify | Philipp Hagemeister | 2014-10-25 | 1 | -19/+21 | |
| | | | | | ||||||
* | | | | | Merge remote-tracking branch 'xavierbeynon/audiomack' | Philipp Hagemeister | 2014-10-25 | 3 | -0/+69 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Not directly calling soundcloud extractor anymore | xavier | 2014-10-24 | 1 | -2/+1 | |
| | | | | | ||||||
| * | | | | Made changes per phihag | xavier | 2014-10-24 | 2 | -8/+10 | |
| | | | | | ||||||
| * | | | | Finished audiomack extractor | xavier | 2014-10-23 | 1 | -29/+53 | |
| | | | | | ||||||
| * | | | | Added init.py initializer | xavier | 2014-10-23 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Initial version of audiomack.py | xavier | 2014-10-23 | 1 | -0/+43 | |
| | | | | | ||||||
* | | | | | Credit @winwon for vidzi (#3989) | Philipp Hagemeister | 2014-10-25 | 1 | -0/+1 | |
| | | | | |