Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | [ku6] Modernize | Philipp Hagemeister | |
2014-10-27 | [extractor/common] Improve m3u8 output | Philipp Hagemeister | |
2014-10-27 | [lrt] Modernize | Philipp Hagemeister | |
2014-10-27 | [fktv] Modernize | Philipp Hagemeister | |
2014-10-27 | [zdf] Simplify | Philipp Hagemeister | |
2014-10-27 | Merge remote-tracking branch 'olebowle/ard' | Philipp Hagemeister | |
2014-10-27 | [heise] Fix extraction | Philipp Hagemeister | |
Now they use an XML format instead of JSON. | |||
2014-10-27 | [kickstarter] Simplify and fix test case | Philipp Hagemeister | |
2014-10-27 | [nbc] Fix ThePlatform embedded videos | Philipp Hagemeister | |
2014-10-27 | [promptfile] Fix check for deleted videos | Philipp Hagemeister | |
2014-10-27 | [francetv] Remove changing md5sum | Philipp Hagemeister | |
2014-10-27 | [generic] Fix test title | Philipp Hagemeister | |
2014-10-27 | [gorillavid] Fix test title | Philipp Hagemeister | |
2014-10-27 | [pornhub] Modernize and fix test definition | Philipp Hagemeister | |
2014-10-27 | [ruhd] Simplify | Philipp Hagemeister | |
2014-10-27 | [syfy] Remove test checksum | Philipp Hagemeister | |
We have the minsize test now. | |||
2014-10-27 | [ustream:channel] Change test playlist size (Seems to have been limited that ↵ | Philipp Hagemeister | |
way on the website as well) | |||
2014-10-27 | [vgtv] Fix test title | Philipp Hagemeister | |
2014-10-27 | [vgtv] Simplify | Philipp Hagemeister | |
2014-10-27 | [vimeo:review] Fix test title | Philipp Hagemeister | |
2014-10-27 | [vine:user] Adapt test to changed list size | Philipp Hagemeister | |
2014-10-27 | [xtube] Fix test description | Philipp Hagemeister | |
2014-10-27 | [youtube:playlist] Fix test title | Philipp Hagemeister | |
2014-10-27 | [ynet] Remove test md5sums | Philipp Hagemeister | |
These fluctuate regularly. | |||
2014-10-26 | [srmediathek] Correct IE_NAME/IE_DESC | Philipp Hagemeister | |
2014-10-26 | [srmediathek] New extractor | Philipp Hagemeister | |
2014-10-26 | Remove unused imports | Philipp Hagemeister | |
2014-10-26 | [faz] Modernize | Philipp Hagemeister | |
2014-10-26 | release 2014.10.26.22014.10.26.2 | Philipp Hagemeister | |
2014-10-26 | [youtube] Make confirm_age non-fatal (#4042) | Philipp Hagemeister | |
2014-10-26 | [livestream:original] Fix RTMP parameters (Fixes #4040) | Philipp Hagemeister | |
2014-10-26 | [ffmpeg] Fix typo | Philipp Hagemeister | |
2014-10-26 | release 2014.10.26.12014.10.26.1 | Philipp Hagemeister | |
2014-10-26 | [ffmpeg] Fix call to ffprobe (Fixes #4041) | Philipp Hagemeister | |
2014-10-26 | [ffmpeg] Make downloader optional (Fixes #4039) | Philipp Hagemeister | |
2014-10-26 | [generic] Correct call to _webpage_read_full_content | Philipp Hagemeister | |
2014-10-26 | [generic] Add a test case for direct links with broken HEAD (#4032) | Philipp Hagemeister | |
2014-10-26 | [soundcloud] Set the 'webpage_url' field for each track | Jaime Marquínez Ferrándiz | |
For playlists, YoutubeDL would set it to the playlist url. | |||
2014-10-26 | [ffmpeg] Also look into stderr for extracting the version | Jaime Marquínez Ferrándiz | |
At least with avconv 11, it will print 'avconv version 11, ..' to stderr, not stdout. | |||
2014-10-26 | Move AUTHORS to root (closes #2985) | Philipp Hagemeister | |
2014-10-26 | release 2014.10.262014.10.26 | Philipp Hagemeister | |
2014-10-26 | Credit @gabeos for crunchyroll:playlist (#3988) | Philipp Hagemeister | |
2014-10-26 | [crunchyroll:playlist] Simplify (#3988) | Philipp Hagemeister | |
2014-10-26 | Merge remote-tracking branch 'gabeos/crunchyroll-show-playlist' | Philipp Hagemeister | |
2014-10-26 | [generic] Handle audio streams that do not implement HEAD (Fixes #4032) | Philipp Hagemeister | |
2014-10-26 | [ffmpeg] Warn if ffmpeg/avconv version is too old (Fixes #4026) | Philipp Hagemeister | |
2014-10-26 | [YoutubeDL] Output avconv/ffmpeg versions if -v is given | Philipp Hagemeister | |
2014-10-26 | [generic] Allow new SWFObject()-style imports | Philipp Hagemeister | |
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. | |||
2014-10-26 | Merge branch 'compat-getenv-and-expanduser' of ↵ | Sergey M․ | |
https://github.com/dstftw/youtube-dl into dstftw-compat-getenv-and-expanduser Conflicts: test/test_utils.py youtube_dl/__init__.py | |||
2014-10-26 | Set '--simulate' if any of the printing options is given (fixes #3036) | Jaime Marquínez Ferrándiz | |
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). |