Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-09-13 | [options] Correct option usage | Philipp Hagemeister | |
2014-09-13 | [options] Move all options to their own file | Philipp Hagemeister | |
2014-09-05 | Credit @mrkolby for dbtv.no (#3685) | Sergey M․ | |
2014-09-03 | [youtube] Move cache into its own module | Philipp Hagemeister | |
2014-09-01 | Fix --rm-cache-dir error message | Philipp Hagemeister | |
2014-08-25 | [execafterdownload] Simplify (#3569) | Philipp Hagemeister | |
2014-08-24 | Rebased with upstream/master | mcd1992 | |
2014-08-24 | Moved from os.system to subprocess.call | mcd1992 | |
2014-08-24 | Implemented --exec option. | mcd1992 | |
2014-08-24 | Merge remote-tracking branch 'riking/twofactor' | Philipp Hagemeister | |
2014-08-24 | Credit @olebowle for GameOne:playlist (#3247) | Philipp Hagemeister | |
2014-08-23 | Merge remote-tracking branch 'sehrgut/Grooveshark' | Philipp Hagemeister | |
Conflicts: youtube_dl/__init__.py youtube_dl/extractor/__init__.py | |||
2014-08-22 | Credit @terminalmage for patreon (#3390) | Philipp Hagemeister | |
2014-08-21 | Credit @akirk for ellentv | Philipp Hagemeister | |