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
/
FileDownloader.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure it only runs rtmpdump one time in test mode and return True if the ...
Jaime Marquínez Ferrándiz
2013-10-11
1
-3
/
+4
*
Remove test parameter from _download_with_rtmpdump
rzhxeo
2013-10-06
1
-4
/
+3
*
Only download 1 sec. with rtmpdump in test mode
rzhxeo
2013-10-06
1
-2
/
+5
*
If the file is already downloaded include the size in the progress hook
Jaime Marquínez Ferrándiz
2013-09-22
1
-0
/
+1
*
Include the eta and the speed in the progress hooks
Jaime Marquínez Ferrándiz
2013-09-22
1
-10
/
+35
*
Fix the minutes part in FileDownloader.format_seconds (fixed #1397)
Jaime Marquínez Ferrándiz
2013-09-09
1
-1
/
+1
*
Show the time taken to download in the same format as the ETA
Jaime Marquínez Ferrándiz
2013-08-28
1
-10
/
+14
*
Merge pull request #1181 from h3xx/master
Jaime Marquínez Ferrándiz
2013-08-28
1
-3
/
+5
|
\
|
*
Add some verbosity when reporting finished downloads
Dan Church
2013-08-04
1
-3
/
+5
*
|
Allow hours in ETA display (Fixes #1280)
Philipp Hagemeister
2013-08-21
1
-3
/
+7
|
/
*
Allow to download from m3u8 manifests with ffmpeg
Jaime Marquínez Ferrándiz
2013-07-31
1
-0
/
+33
*
FileDownloader: fixed call to "report_error" of YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-26
1
-1
/
+1
*
Split FileDownloader in two classes: FileDownloader and YoutubeDL
Jaime Marquínez Ferrándiz
2013-06-24
1
-528
/
+14
*
Remove mentions of old InfoExtractors module
Philipp Hagemeister
2013-06-23
1
-1
/
+1
*
Remove useless headers
Philipp Hagemeister
2013-06-23
1
-5
/
+0
*
Ignore invalid dates (Fixes #894)
Philipp Hagemeister
2013-06-19
1
-0
/
+3
*
Use long rtmpdump options
Philipp Hagemeister
2013-06-10
1
-5
/
+5
*
Set the extractor key in playlists entries
Jaime Marquínez Ferrándiz
2013-06-08
1
-0
/
+5
*
Merge pull request #853 from mc2avr/master
Jaime Marquínez Ferrándiz
2013-06-08
1
-0
/
+35
|
\
|
*
add ZDFIE and _download_with_mplayer(mms://,rtsp://)
mc2avr
2013-05-23
1
-0
/
+37
|
/
*
make rtmpdump inherit the verbose option for debugging
Filippo Valsorda
2013-05-20
1
-0
/
+1
*
MyVideoIE: add rtmp support
mc2avr
2013-05-15
1
-2
/
+5
*
Add extra_info argument to extract_info and process_ie_result
Jaime Marquínez Ferrándiz
2013-05-14
1
-6
/
+20
*
Deprecate --only-sub
Philipp Hagemeister
2013-05-13
1
-6
/
+2
*
added --get-id option to print video IDs
jakeogh
2013-05-05
1
-0
/
+3
*
FileDownloader: Simplify and document
Philipp Hagemeister
2013-05-05
1
-52
/
+51
*
add --write-thumbnail option to download thumbnail (Suggested by `)
Philipp Hagemeister
2013-05-01
1
-0
/
+16
*
Correctly clear the line before writing a new status line
Philipp Hagemeister
2013-04-30
1
-2
/
+3
*
Use report_warning when a not working IE will be uses
Jaime Marquínez Ferrándiz
2013-04-28
1
-1
/
+1
*
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
[next]