index
:
youtube-dl.git
debian
master
upstream
packaging youtube-dl for debian
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
YoutubeDL.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use index in formt string (Fixes vevo test on Python 2.6)
Philipp Hagemeister
2013-10-30
1
-1
/
+1
*
Fix output indenting for --list-formats
Philipp Hagemeister
2013-10-30
1
-4
/
+5
*
Nicer --list-formats output
Philipp Hagemeister
2013-10-29
1
-10
/
+15
*
tests: build the filename from the info_dict if the 'file' key is missing
Jaime Marquínez Ferrándiz
2013-10-28
1
-1
/
+1
*
Check if description and thumbnail are None to prevent crash
rzhxeo
2013-10-28
1
-2
/
+2
*
Make "requested format not available" expected (#1655)
Philipp Hagemeister
2013-10-28
1
-1
/
+2
*
mixcloud does not do any format selection
Philipp Hagemeister
2013-10-28
1
-1
/
+1
*
Nicer --list-formats output
Philipp Hagemeister
2013-10-28
1
-4
/
+4
*
Let extractors omit ext in formats
Philipp Hagemeister
2013-10-28
1
-0
/
+3
*
[YouPornIE] Extract all encrypted links and remove doubles at the end
rzhxeo
2013-10-26
1
-1
/
+1
*
Merge remote-tracking branch 'origin/master'
Philipp Hagemeister
2013-10-22
1
-61
/
+75
|
\
|
*
Style fixes in YoutubeDL.py
Jaime Marquínez Ferrándiz
2013-10-22
1
-29
/
+29
|
*
Respect the download parameter in YoutubeDL.process_video_result if the extra...
Jaime Marquínez Ferrándiz
2013-10-22
1
-1
/
+2
|
*
The 'format' field now defaults to '{format_id} - {width}x{height}{format_note}'
Jaime Marquínez Ferrándiz
2013-10-21
1
-15
/
+27
|
*
YoutubeDL: remove method that came from FileDownloader
Jaime Marquínez Ferrándiz
2013-10-21
1
-13
/
+0
|
*
Allow to use the extension for the format selection
Jaime Marquínez Ferrándiz
2013-10-21
1
-1
/
+6
|
*
Accept requested formats to be in the format 35/best (closes #1552)
Jaime Marquínez Ferrándiz
2013-10-21
1
-9
/
+18
*
|
Expand tilde in template (Fixes #1639)
Philipp Hagemeister
2013-10-22
1
-4
/
+6
|
/
*
fix typos
Philipp Hagemeister
2013-10-18
1
-1
/
+1
*
Extend #980 with --max-quality support
Philipp Hagemeister
2013-10-18
1
-1
/
+3
*
Merge remote-tracking branch 'jaimeMF/format_selection'
Philipp Hagemeister
2013-10-18
1
-7
/
+98
|
\
|
*
Fix the default values of format_id and format
Jaime Marquínez Ferrándiz
2013-10-11
1
-2
/
+2
|
*
Implement the prefer_free_formats in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
1
-0
/
+9
|
*
Default 'format' field to {width}x{height}
Jaime Marquínez Ferrándiz
2013-10-11
1
-2
/
+9
|
*
Do not handle format selection for IEs that already handle it
Jaime Marquínez Ferrándiz
2013-10-11
1
-0
/
+5
|
*
Implement the max quality option in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
1
-0
/
+4
|
*
Implement format selection in YoutubeDL
Jaime Marquínez Ferrándiz
2013-10-11
1
-7
/
+73
*
|
[youtube] Adds #1312 Download annotations
Jai Grimshaw
2013-10-14
1
-0
/
+17
|
/
*
Tiny tpo
Tom
2013-10-09
1
-1
/
+1
*
Merge branch 'download-archive'
Philipp Hagemeister
2013-10-06
1
-0
/
+32
|
\
|
*
Remove superfluous parenthesis
Philipp Hagemeister
2013-10-06
1
-1
/
+1
|
*
Add basic --download-archive option
Philipp Hagemeister
2013-10-06
1
-0
/
+32
*
|
Call extracted property age_limit everywhere
Philipp Hagemeister
2013-10-06
1
-1
/
+1
*
|
Allow users to specify an age limit (fixes #1545)
Philipp Hagemeister
2013-10-06
1
-0
/
+6
|
/
*
implement --no-playlist to only download current video - closes #755
Filippo Valsorda
2013-09-30
1
-0
/
+1
*
Don't fail if the video thumbnail couldn't be downloaded (fixes #1516)
Jaime Marquínez Ferrándiz
2013-09-27
1
-5
/
+9
*
Allow opts.cachedir == None to disable cache
Philipp Hagemeister
2013-09-24
1
-1
/
+1
*
Move cachedir doc
Philipp Hagemeister
2013-09-22
1
-0
/
+2
*
Warn if no locale is set (#1474)
Philipp Hagemeister
2013-09-21
1
-0
/
+11
*
Catch socket.error before IOError
Jaime Marquínez Ferrándiz
2013-09-20
1
-2
/
+2
*
Always correct encoding when writing to sys.stderr (Fixes #1435)
Philipp Hagemeister
2013-09-16
1
-5
/
+1
*
Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412)
Jaime Marquínez Ferrándiz
2013-09-14
1
-2
/
+2
*
Merge pull request #1350 from Jaiz909/description-keyerror-fix
Jaime Marquínez Ferrándiz
2013-09-13
1
-0
/
+2
|
\
|
*
Fixed issue #1277 KeyError when no description.
Jai Grimshaw
2013-08-31
1
-0
/
+2
|
/
*
Merge remote-tracking branch 'origin/reuse_ies'
Philipp Hagemeister
2013-08-28
1
-3
/
+15
|
\
|
*
YoutubeIE: reuse instances of InfoExtractors (closes #998)
Jaime Marquínez Ferrándiz
2013-07-08
1
-3
/
+15
*
|
Print playpath with --get-url (Fixes #1334)
Philipp Hagemeister
2013-08-28
1
-1
/
+2
*
|
Allow to specify multiple subtitles languages separated by commas (closes #518)
Jaime Marquínez Ferrándiz
2013-08-23
1
-1
/
+1
*
|
Add a post processor for embedding subtitles in mp4 videos (closes #1052)
Jaime Marquínez Ferrándiz
2013-08-23
1
-1
/
+1
*
|
Merge pull request #937 from jaimeMF/subtitles_rework
Jaime Marquínez Ferrándiz
2013-08-23
1
-24
/
+11
|
\
\
[next]