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
/
FileDownloader.py
Age
Commit message (
Expand
)
Author
2013-03-05
`extract_info` now expects `ie.extract` to return a list in the format propos...
Jaime Marquínez Ferrándiz
2013-03-04
Merge branch 'master' into extract_info_rewrite
Jaime Marquínez Ferrándiz
2013-03-04
Add a method for extracting info from a list of urls
Jaime Marquínez Ferrándiz
2013-03-04
Use report_error in FileDownloader.py
Jaime Marquínez Ferrándiz
2013-03-04
Use red color when printing error messages
Jaime Marquínez Ferrándiz
2013-03-03
Fix Python 3 errors with rmtp downloads
Philipp Hagemeister
2013-02-28
Use color when printing warning messages
Jaime Marquínez Ferrándiz
2013-02-26
Create extract_info method
Jaime Marquínez Ferrándiz
2013-02-23
Message for delete video it's not an error.
Juan M
2013-02-21
Added new option '--only-srt' to download only the subtitles of a video
Ismael Mejia
2013-02-21
Fix --match-title and --reject-title decoding (Closes #690)
Philipp Hagemeister
2013-02-18
Correct --newline and give it a more meaningful title
Philipp Hagemeister
2013-02-13
Forgot to remove \r
Gino Lisignoli
2013-02-13
Modified youtube-dl to write new lines with the --newline switch. This
Gino Lisignoli
2013-02-09
Fix delayed title display in --console-title
Mantas Mikulėnas
2013-02-01
Added "min-filesize" and "max-filesize" options
Jeff Crouse
2013-01-12
Download progress hooks
Philipp Hagemeister
2013-01-12
Proper support for changing User-Agents from IEs
Philipp Hagemeister
2013-01-12
Keep file without any PPs (oops, missed the obvious case)
Philipp Hagemeister
2013-01-12
--recode-video option (Closes #18)
Philipp Hagemeister
2013-01-03
Support page URL in RTMP downloads
Philipp Hagemeister
2013-01-03
Make ExtractorError usable for other causes
Philipp Hagemeister
2013-01-01
ExtractorError for errors during extraction
Philipp Hagemeister
2012-12-31
Ok, the Escapist test was passing only in my Travis repo, do not ask me why; ...
Filippo Valsorda
2012-12-31
three small edits
Filippo Valsorda
2012-12-20
some py3 fixes, both needed and recommended; we should pass 2to3 as cleanly a...
Filippo Valsorda
2012-12-20
Clean up legacy code
Philipp Hagemeister
2012-12-20
Remove legacy code
Philipp Hagemeister
2012-12-20
Correct JSON writing (Closes #596)
Philipp Hagemeister
2012-12-17
Remove some antipatterns and ensure that we always write the JSON file with U...
Philipp Hagemeister
2012-12-17
various py3 fixes; all tests green on 3.3
Filippo Valsorda
2012-12-11
print traceback on trouble if --verbose (why didn't I think of this before!?)
Filippo Valsorda
2012-12-11
added a test mode to FileDownloader that fetches only first 10K
Filippo Valsorda
2012-12-03
Keep video IDs verbatim if possible (Closes #571)
Philipp Hagemeister
2012-11-28
Correct exception raising
Philipp Hagemeister
2012-11-28
Use relative imports
Philipp Hagemeister
2012-11-28
Convert all tabs to 4 spaces (PEP8)
Philipp Hagemeister
2012-11-28
Remove superfluous encodings
Philipp Hagemeister
2012-11-28
Fix printing title etc.
Philipp Hagemeister
2012-11-28
correct to_stderr
Philipp Hagemeister
2012-11-28
Py2/3 compatibility for http.client
Philipp Hagemeister
2012-11-27
Remove ur references for Python 3.3 support
Philipp Hagemeister
2012-11-27
Prepare urllib references for 2/3 compatibility
Philipp Hagemeister
2012-11-27
Use except .. as everywhere (#180)
Philipp Hagemeister
2012-11-27
Rename util.u to util.compat_str
Philipp Hagemeister
2012-11-27
Merge remote-tracking branch 'origin/master' into IE_cleanup
Filippo Valsorda
2012-11-27
Use None on missing required info_dict fields
Filippo Valsorda
2012-11-27
Only encode when output stream is binary
Philipp Hagemeister
2012-11-27
IE._WORKING attribute in order to warn the users and skip the tests on broken...
Filippo Valsorda
2012-11-27
Replace long with int (see PEP 237)
Philipp Hagemeister
[prev]
[next]