summaryrefslogtreecommitdiffstats
path: root/youtube_dl/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'master' into opener-to-ydlPhilipp Hagemeister2013-11-241-0/+1
|\
| * Credit @takuya0301 for niconicoPhilipp Hagemeister2013-11-241-0/+1
| |
* | Move the opener to the YoutubeDL object.Philipp Hagemeister2013-11-221-91/+7
|/ | | | | This is the first step towards being able to just import youtube_dl and start using it. Apart from removing global state, this would fix problems like #1805.
* Credit @diffycat for anitubePhilipp Hagemeister2013-11-201-0/+1
|
* import json for --dump-jsonPhilipp Hagemeister2013-11-201-1/+1
|
* Add an option to dump json informationMohamedh Fazal2013-11-201-2/+6
|
* Save and restore console title (Fixes #1782)Philipp Hagemeister2013-11-171-53/+54
|
* Credit @saper for tvp IE (#1730)Philipp Hagemeister2013-11-131-0/+1
|
* Credit @jelly for gamekings extractor (#1759)Philipp Hagemeister2013-11-131-0/+1
|
* Clarify -c. Do not pass it in if you don't know what you're doingPhilipp Hagemeister2013-11-111-1/+1
| | | | Suggested in #1743
* Fix the documentation of '--autonumber-size' (#1743)Jaime Marquínez Ferrándiz2013-11-091-1/+1
| | | | it's '--auto-number' not '--autonumber'
* New debug option --write-pagesPhilipp Hagemeister2013-10-281-0/+4
|
* Document the %(format_id)s field for the output templateJaime Marquínez Ferrándiz2013-10-251-1/+2
|
* Hide the video password on verbose modeJaime Marquínez Ferrándiz2013-10-231-1/+1
|
* Add new option --abort-on-errorPhilipp Hagemeister2013-10-181-0/+3
|
* Document %(format)s (#1612)Philipp Hagemeister2013-10-181-1/+3
|
* Add metavar to --cache-dirPhilipp Hagemeister2013-10-181-1/+1
|
* Merge remote-tracking branch 'jaimeMF/format_selection'Philipp Hagemeister2013-10-181-1/+1
|\
| * Implement format selection in YoutubeDLJaime Marquínez Ferrándiz2013-10-111-1/+1
| | | | | | | | | | | | | | | | | | | | Now the IEs can set a formats field in the info_dict, with the formats ordered from worst to best quality. It's a list of dicts with the following fields: * Mandatory: url and ext * Optional: format and format_id The format_id is used for choosing which formats have to be downloaded. Now a video result is processed by the method process_video_result.
* | Use upper-case for prefixes in help to signify bytes (#1043)Philipp Hagemeister2013-10-151-2/+2
| |
* | Merge remote-tracking branch 'alphapapa/master'Philipp Hagemeister2013-10-151-1/+1
|\ \
| * | Clarify that download rate is in bytes per secondalphapapa2013-07-131-1/+1
| | | | | | | | | I found https://github.com/rg3/youtube-dl/commit/f918ec7ea29a37521d1fc22fb9f900283c5a2c49 but it is still not clear to anyone who hasn't read Issue #723 whether the limit is in bits or bytes. This is doubly confusing because 1) ISPs usually advertise speeds in bits per second, and 2) lowercase "k" and "m" are often used in correlation with bits rather than bytes.
* | | Do not import *Philipp Hagemeister2013-10-151-5/+31
| | |
* | | Credit @Elbandi for sztvhuPhilipp Hagemeister2013-10-151-0/+1
| | |
* | | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-141-0/+4
| |/ |/| | | | | | | | | Adds #1321 Download annotations from youtube Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API. Added unit test for annotations.
* | Add a PostProcessor for adding metadata to the file (closes #1570)Jaime Marquínez Ferrándiz2013-10-111-0/+5
| | | | | | | | It currently sets the title, the date and the author values.
* | Fix the printing of the proxy map in debug modeJaime Marquínez Ferrándiz2013-10-071-2/+7
| | | | | | | | The proxies have to be extracted from the opener.handlers
* | Move opener setup into a separate helper functionPhilipp Hagemeister2013-10-071-21/+33
| |
* | Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister2013-10-071-0/+2
| |
* | Merge branch 'download-archive'Philipp Hagemeister2013-10-061-0/+4
|\ \ | | | | | | | | | | | | | | | Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py
| * | Add basic --download-archive optionPhilipp Hagemeister2013-10-061-0/+4
| | | | | | | | | | | | | | | Often, users want to be able to download only videos they haven't seen before, despite the video files having been deleted or moved in the mean time. When --download-archive FILE is given, the extractor and ID of every download is recorded in the specified file. If it is already present, the video in question is skipped.
* | | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-061-0/+4
|/ / | | | | | | | | With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn.
* | Fix help of --cachedirPhilipp Hagemeister2013-10-021-1/+1
| |
* | [youtube] Simplify cache_dir code (#1529)Philipp Hagemeister2013-10-021-7/+1
| |
* | Merge remote-tracking branch 'holomorph/master'Philipp Hagemeister2013-10-021-3/+13
|\ \
| * | Support XDG base directory specificationMark Oteiza2013-09-301-3/+13
| | |
* | | implement --no-playlist to only download current video - closes #755Filippo Valsorda2013-09-301-0/+2
|/ /
* | [update] Look for .exe extension on Windows (Fixes #745)Philipp Hagemeister2013-09-291-1/+1
| |
* | Remove debugging codePhilipp Hagemeister2013-09-241-1/+1
| |
* | Add option --no-cache-dirPhilipp Hagemeister2013-09-241-3/+8
| |
* | Allow opts.cachedir == None to disable cachePhilipp Hagemeister2013-09-241-1/+1
| |
* | [youtube] Actually pass in cachedir optionPhilipp Hagemeister2013-09-221-1/+2
| |
* | [youtube] Improve cache and add an option to print the extracted signaturesPhilipp Hagemeister2013-09-221-0/+6
| |
* | Abort if extractaudio is given without a variable extension (#1470)Philipp Hagemeister2013-09-211-0/+4
| |
* | Credit @Ruirize for newgroundsPhilipp Hagemeister2013-09-181-0/+1
| |
* | Clarify -i help (#1453)Philipp Hagemeister2013-09-181-1/+1
| |
* | Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister2013-09-161-10/+10
| |
* | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)Jaime Marquínez Ferrándiz2013-09-141-0/+5
| | | | | | | | For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given
* | Credit @iemejiaJaime Marquínez Ferrándiz2013-09-111-0/+1
| |
* | Merge branch 'master' into subtitles_reworkIsmael Mejia2013-09-061-5/+21
|\ \