Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-17 | [downloader] Add --hls-prefer-native to use the native HLS downloader (#4966) | Philipp Hagemeister | |
2015-02-16 | [ffmpeg] Add --ffmpeg-location | Philipp Hagemeister | |
2015-02-10 | [options] Add --no-color | Philipp Hagemeister | |
2015-02-10 | [YoutubeDL] Add generic video filtering (Fixes #4916) | Philipp Hagemeister | |
This functionality is intended to eventually encompass the current format filtering. | |||
2015-01-30 | [__init__] Provide a better error messages if URLs are missing (Closes #4813) | Philipp Hagemeister | |
2015-01-25 | [__init__] Work around flake8 false positive | Philipp Hagemeister | |
2015-01-25 | Add --xattr-set-filesize option (Fixes #1348) | Philipp Hagemeister | |
2015-01-25 | [options] Add support for infinite retries (Fixes #507) | Philipp Hagemeister | |
2015-01-25 | [YoutubeDL] Add --playlist-items option (Fixes #2662) | Philipp Hagemeister | |
2015-01-25 | [YoutubeDL] Implement --write-all-thumbnails (Closes #2269) | Philipp Hagemeister | |
2015-01-25 | Add --list-thumbnails | Philipp Hagemeister | |
2015-01-24 | [downloader] Lay groundwork for external downloaders. | Philipp Hagemeister | |
This comes with a very simply implementation for wget; the real work is in setting up the infrastructure. | |||
2015-01-23 | Fix --sleep-interval (#3426) | Philipp Hagemeister | |
2015-01-23 | Merge remote-tracking branch 'rupertbaxter2/master' | Philipp Hagemeister | |
Conflicts: youtube_dl/__init__.py youtube_dl/downloader/common.py | |||
2015-01-10 | [YoutubeDL] Add new --call-home option for debugging | Philipp Hagemeister | |
2015-01-10 | Add new option --source-address | Philipp Hagemeister | |
Closes #3618, fixes #721, fixes #2481, fixes #4551, closes #1020. | |||
2015-01-10 | [youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes ↵ | Philipp Hagemeister | |
#4674) | |||
2015-01-10 | [options] PEP8 and simpler --merge-output-format handling (#4673) | Philipp Hagemeister | |
2015-01-10 | Passing the option into the main program's arguments | Andrei Troie | |
2015-01-08 | Add --print-json (Closes #2845) | Philipp Hagemeister | |
2015-01-07 | [/__init__] Define public API | Philipp Hagemeister | |
2015-01-07 | Respect age_limit when listing extractors (Fixes #4653) | Philipp Hagemeister | |
2015-01-01 | [/__init__] Add another cute search example | Philipp Hagemeister | |
2014-12-15 | [YoutubeDL] Make postprocessors declarative | Philipp Hagemeister | |
Instead of having to configure PPs in code, this allows us and embedding programs not to worry about imports or finer details, similarly to how we handle IEs. | |||
2014-12-12 | Download playlist items in reverse order | Mark Schreiber | |
Series of videos are typically uploaded to YouTube playlists in chronological order. By default, these videos are downloaded latest-to-earliest; this is great for seeing the latest videos in a series, but prevents streaming video in the order that the videos were produced. Add an option to download videos in reverse order, earliest-to-latest. Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py | |||
2014-11-23 | Fix all PEP8 issues except E501 | Philipp Hagemeister | |
2014-11-23 | PEP8: more applied | Jouke Waleson | |
2014-11-23 | PEP8 applied | Jouke Waleson | |
2014-11-23 | Provide guidance when called with a YouTube ID starting with a dash. | Philipp Hagemeister | |
Reported at https://news.ycombinator.com/item?id=8648121 | |||
2014-11-19 | Work around 2.7.0 deficencies (Fixes #4223) | Philipp Hagemeister | |
2014-11-16 | [__init__] Modernize | Philipp Hagemeister | |
2014-11-02 | [util] Move compatibility functions out of util | Philipp Hagemeister | |
utils is large enough without these compatibility functions. Everything that is present in newer versions of Python (i.e. with dev Python it's just an import) goes into compat.py . Everything else (i.e. youtube-dl-specific helpers) goes into utils.py . | |||
2014-10-28 | [YoutubeDL] Simplify API of YoutubeDL | Philipp Hagemeister | |
Calling add_default_extractors twice should be harmless since the first set of extractors will match. | |||
2014-10-26 | Move AUTHORS to root (closes #2985) | Philipp Hagemeister | |
2014-10-26 | Credit @gabeos for crunchyroll:playlist (#3988) | Philipp Hagemeister | |
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). | |||
2014-10-25 | Merge remote-tracking branch 'xavierbeynon/audiomack' | Philipp Hagemeister | |
2014-10-25 | Credit @winwon for vidzi (#3989) | Philipp Hagemeister | |
2014-10-24 | Made changes per phihag | xavier | |
2014-10-25 | New option --dump-single-json (#4003) | Philipp Hagemeister | |
2014-10-24 | Credit @thornomad for glide (#3944) | Philipp Hagemeister | |
2014-10-24 | Credit @capital-G for bild.de (#3983) | Philipp Hagemeister | |
2014-10-24 | Add --flat-playlist option (Closes #4003) | Philipp Hagemeister | |
2014-10-23 | [generic] Allow --default-search without colon | Philipp Hagemeister | |
2014-09-30 | [core] Decode environment variables with filesystem encoding (Fixes #3854, ↵ | Sergey M․ | |
Fixes #3217, Fixes #2918) Introduces compat versions of os.getenv and os.path.expanduser | |||
2014-09-28 | Credit @lenaten for ynet (#3840) and sport5 (#3841) | Sergey M․ | |
2014-09-17 | Credit @m5moufl for behindkink (#3740) | Philipp Hagemeister | |
2014-09-16 | Credit @r4mos for allmyvideos | Philipp Hagemeister | |
2014-09-15 | Credit @haricharan for einthusan (#3755) | Philipp Hagemeister | |