index
:
youtube-dl
master
Mirror of youtube-dl
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
youtube_dl
/
FileDownloader.py
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Allow to select videos to download by their upload dates (related #137)
Jaime Marquínez Ferrándiz
2013-04-27
1
-0
/
+6
*
More calls to trouble changed to report_error
Jaime Marquínez Ferrándiz
2013-04-23
1
-7
/
+7
*
Disable colored messages in Windows (related #794)
Jaime Marquínez Ferrándiz
2013-04-23
1
-2
/
+2
*
Merge pull request #797 from AI0867/patch-1
Philipp Hagemeister
2013-04-22
1
-1
/
+1
|
\
|
*
Use standard unit symbols in format_bytes
Alexander van Gessel
2013-04-21
1
-1
/
+1
*
|
Fix --list-formats (Closes #799)
Philipp Hagemeister
2013-04-22
1
-0
/
+2
|
/
*
Allows to specify which IE should be used for extracting info for a result of...
Jaime Marquínez Ferrándiz
2013-04-20
1
-3
/
+14
*
Merge branch 'extract_info_rewrite'
Jaime Marquínez Ferrándiz
2013-04-19
1
-47
/
+110
|
\
|
*
Add a playlist_index key to the info_dict, can be used in the output template
Jaime Marquínez Ferrándiz
2013-04-16
1
-0
/
+4
|
*
Implement the playlist/start options in FileDownloader
Jaime Marquínez Ferrándiz
2013-04-10
1
-3
/
+18
|
*
Change the order for extracting/downloading
Jaime Marquínez Ferrándiz
2013-04-10
1
-50
/
+53
|
*
Add progress counter for playlists
Jaime Marquínez Ferrándiz
2013-04-09
1
-1
/
+3
|
*
Merge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz
2013-04-05
1
-32
/
+66
|
|
\
|
*
|
Pass the playlist info_dict to process_info
Jaime Marquínez Ferrándiz
2013-03-29
1
-1
/
+10
|
*
|
Merge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz
2013-03-28
1
-9
/
+37
|
|
\
\
|
*
|
|
`extract_info` now expects `ie.extract` to return a list in the format propos...
Jaime Marquínez Ferrándiz
2013-03-05
1
-6
/
+26
|
*
|
|
Merge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz
2013-03-04
1
-3
/
+15
|
|
\
\
\
|
*
|
|
|
Add a method for extracting info from a list of urls
Jaime Marquínez Ferrándiz
2013-03-04
1
-0
/
+8
|
*
|
|
|
Create extract_info method
Jaime Marquínez Ferrándiz
2013-02-26
1
-41
/
+44
*
|
|
|
|
Limit titles to 200 characters (Closes #789)
Philipp Hagemeister
2013-04-18
1
-0
/
+4
*
|
|
|
|
Fix default for variable-size autonumbering
Philipp Hagemeister
2013-04-11
1
-1
/
+3
*
|
|
|
|
Added option --autonumber-size:
Stanislav Kupryakhin
2013-04-11
1
-1
/
+3
*
|
|
|
|
added --playpath/-y support to RTMP downloads (via 'play_path' entry in 'info...
Michael Walter
2013-04-07
1
-2
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Don't crash in FileDownloader if subtitles couldn't be found and errors are i...
Jaime Marquínez Ferrándiz
2013-03-31
1
-16
/
+22
*
|
|
|
Merge pull request #736 from rg3/retry
Filippo Valsorda
2013-03-29
1
-3
/
+13
|
\
\
\
\
|
*
|
|
|
Bubble up all the stack of exceptions and retry download tests on timeout errors
Filippo Valsorda
2013-03-09
1
-3
/
+13
*
|
|
|
|
Merge remote-tracking branch 'jaimeMF/color_error_messages'
Philipp Hagemeister
2013-03-29
1
-17
/
+33
|
\
\
\
\
\
|
*
|
|
|
|
Use report_error in FileDownloader.py
Jaime Marquínez Ferrándiz
2013-03-04
1
-18
/
+22
|
*
|
|
|
|
Use red color when printing error messages
Jaime Marquínez Ferrándiz
2013-03-04
1
-0
/
+12
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Add a note on MaxDownloadsReached (#732, thanks to CBGoodBuddy)
Philipp Hagemeister
2013-03-29
1
-0
/
+3
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
Merge pull request #699 by @iemejia
Filippo Valsorda
2013-03-20
1
-7
/
+32
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Added new option '--list-subs' to show the available subtitle languages
Ismael Mejia
2013-03-20
1
-0
/
+1
|
*
|
|
Added new option '--sub-format' to choose the format of the subtitles to down...
Ismael Mejia
2013-03-20
1
-3
/
+6
|
*
|
|
Refactor subtitle options from srt to the more generic 'sub'.
Ismael Mejia
2013-03-20
1
-13
/
+13
|
*
|
|
Added new option '--all-srt' to download all the subtitles of a video.
Ismael Mejia
2013-03-20
1
-6
/
+22
|
*
|
|
Added new option '--only-srt' to download only the subtitles of a video
Ismael Mejia
2013-02-21
1
-0
/
+5
*
|
|
|
Clear up error messages (#734)
Philipp Hagemeister
2013-03-08
1
-2
/
+5
|
|
/
/
|
/
|
|
*
|
|
Fix Python 3 errors with rmtp downloads
Philipp Hagemeister
2013-03-03
1
-1
/
+1
*
|
|
Use color when printing warning messages
Jaime Marquínez Ferrándiz
2013-02-28
1
-4
/
+16
|
|
/
|
/
|
*
|
Message for delete video it's not an error.
Juan M
2013-02-23
1
-1
/
+1
|
/
*
Fix --match-title and --reject-title decoding (Closes #690)
Philipp Hagemeister
2013-02-21
1
-2
/
+0
*
Correct --newline and give it a more meaningful title
Philipp Hagemeister
2013-02-18
1
-2
/
+3
*
Forgot to remove \r
Gino Lisignoli
2013-02-13
1
-1
/
+1
*
Modified youtube-dl to write new lines with the --newline switch. This
Gino Lisignoli
2013-02-13
1
-1
/
+4
*
Fix delayed title display in --console-title
Mantas Mikulėnas
2013-02-09
1
-1
/
+1
*
Added "min-filesize" and "max-filesize" options
Jeff Crouse
2013-02-01
1
-0
/
+11
*
Download progress hooks
Philipp Hagemeister
2013-01-12
1
-1
/
+52
*
Proper support for changing User-Agents from IEs
Philipp Hagemeister
2013-01-12
1
-0
/
+2
*
Keep file without any PPs (oops, missed the obvious case)
Philipp Hagemeister
2013-01-12
1
-1
/
+1
*
--recode-video option (Closes #18)
Philipp Hagemeister
2013-01-12
1
-4
/
+19
[prev]
[next]