Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-08-16 | [youtube] Add two-factor account signin (TOTP only) | riking | |
Additional work is required to prompt the user for the SMS or phone call codes, as there is no framework currently to prompt the user during an extraction operation. Fixes #3533 | |||
2014-08-10 | Credit @sehaas for ORF FM4 extractor (#3431) | Sergey M․ | |
2014-08-06 | Credit @DavidFabijan for mojvideo (#3423) | Sergey M․ | |
2014-08-05 | Credit @matrixik for #3441 | Sergey M․ | |
2014-07-29 | Move --bidi-workaround to workarounds option group | Philipp Hagemeister | |
Duh. | |||
2014-07-29 | [generic] Add --default-search fixup_error | Philipp Hagemeister | |
This restores the ability to enter URLs without a scheme (and default to http), but still fail if the input is a search term. | |||
2014-07-24 | Add --rm-cache-dir | Philipp Hagemeister | |
2014-07-24 | deprecate --title | Philipp Hagemeister | |
This is the default already. If you want a specific format, pick it with -o or --id. | |||
2014-07-24 | Reorder filesytem options | Philipp Hagemeister | |
* Push down the deprecated ones * Roughly order file-name, no-*, write-*, further options | |||
2014-07-24 | Group cache-related options under filesystem | Philipp Hagemeister | |
2014-07-24 | Regroup and hide workaround options | Philipp Hagemeister | |
These options are rarely necessary. Hide them to make the important options in the general group more obvious. |