index
:
slackcoder/youtube-dl
master
Command-line program to download videos from YouTube.com and other video sites
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
youtube_dl
/
__init__.py
Age
Commit message (
Expand
)
Author
2016-10-03
Unify coding cookie
Déstin Reed
2016-10-02
[__init__] Fix lost xattr if --embed-thumbnail used
Yen Chi Hsuan
2016-10-01
[downloader/http] Use write_xattr function for --xattr-set-filesize
Yen Chi Hsuan
2016-09-14
[adobepass] rename --ap-mso-list option to --ap-list-mso
Remita Amine
2016-09-14
[ap] improve adobe pass names and parse error handling
Remita Amine
2016-09-14
[adobepass] remove unnecessary option
Remita Amine
2016-09-13
[adobepass] add specific options for adobe pass authentication
Remita Amine
2016-09-12
[adobepass] add an option to specify mso_id and support for ROGERS TV Provide...
Remita Amine
2016-09-03
Introduce --skip-unavailable-fragments
Sergey M․
2016-08-09
Add more checks for --min/max-sleep-interval arguments and use more idiomatic...
Sergey M․
2016-08-09
Add --max-sleep-interval (Closes #9930)
singh-pratyush96
2016-07-03
Rename --cn-verfication-proxy to --geo-verification-proxy
Yen Chi Hsuan
2016-06-05
[__init__] Use write_string instead of compat_string (Closes #9689)
Sergey M․
2016-05-11
[__init__] Simplify colon presence check
Sergey M․
2016-05-11
Bugfix: Allow colons in custom HTTP header values.
teemuy
2016-05-08
Expanduser for more options with input files
Sergey M․
2016-05-07
Expand user's home in batch file path.
Kevin Deldycke
2016-03-19
[options] Add --fragment-retries option
Sergey M․
2016-03-01
Add --mark-watched feature (Closes #5054)
Sergey M․
2016-01-30
Add --hls-use-mpegts option
Jaime Marquínez Ferrándiz
2015-11-10
Using internal opener
David Ben Zakai
2015-11-10
Adding proxy to update procedure
David Ben Zakai
2015-09-05
[__init__] Use compat_shlex_split
Sergey M․
2015-07-11
Handle postprocessor_args similarly to external_downloader_args
Sergey M․
2015-07-11
Revert xvid to avi and make docs to be similar to existing external downloade...
Sergey M․
2015-07-11
Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master
Sergey M․
2015-07-01
Simplify `postprocessor_args` transmission to PP base class
Aurélio A. Heckert
2015-06-30
Rename --pp-params to --postprocessor-args and access value as super class at...
Aurélio A. Heckert
2015-06-16
Use shlex.split for --pp-params and update related docs.
Aurélio A. Heckert
2015-06-12
Add `--force-generic-extractor`
Sergey M․
2015-06-09
Adds support for XviD output with extra parametrization
Aurélio A. Heckert
2015-05-14
[postprocessor/embedthumbnail] Use thumbnails downloaded by YoutubeDL
Yen Chi Hsuan
2015-05-10
ExecAfterDownloadPP, YoutubeDL: remove unused parameters
Jaime Marquínez Ferrándiz
2015-04-25
Remove the --max-quality option
Jaime Marquínez Ferrándiz
2015-04-24
[embedthumbnail] Add support for mp3 cover embedding
pulpe
2015-04-04
Do not encode outtmpl twice (Closes #5288)
Sergey M․
2015-03-14
Add metadata from title parser
phiresky
2015-03-03
[letv] Add --cn-verification-proxy (Closes #5077)
Philipp Hagemeister
2015-03-02
[downloader/external] Add support for custom options (Fixes #4885, closes #5098)
Philipp Hagemeister
2015-02-28
Add postprocessor for converting subtitles (closes #4954)
Jaime Marquínez Ferrándiz
2015-02-23
Merge branch 'subtitles-rework'
Jaime Marquínez Ferrándiz
2015-02-21
PEP8: W503
Philipp Hagemeister
2015-02-17
[downloader] Add --hls-prefer-native to use the native HLS downloader (#4966)
Philipp Hagemeister
2015-02-16
Improve subtitles support
Jaime Marquínez Ferrándiz
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
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
[next]