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
/
utils.py
Age
Commit message (
Expand
)
Author
2013-10-02
[youtube] Simplify cache_dir code (#1529)
Philipp Hagemeister
2013-09-21
Restore accidentally deleted commits
Philipp Hagemeister
2013-09-16
Always correct encoding when writing to sys.stderr (Fixes #1435)
Philipp Hagemeister
2013-09-14
[mixcloud] Rewrite extractor (fixes #278)
Jaime Marquínez Ferrándiz
2013-09-13
[ustream] Simplify channel extraction
Jaime Marquínez Ferrándiz
2013-08-29
Add an extractor for orf.at (closes #1346)
Jaime Marquínez Ferrándiz
2013-08-28
Merge remote-tracking branch 'rzhxeo/youporn-hd'
Philipp Hagemeister
2013-08-28
Add intlist_to_bytes to utils.py
rzhxeo
2013-08-28
Allow changes to run under Python 3
Philipp Hagemeister
2013-08-28
Fix platform name in Python 2 with --verbose (Closes #1228)
Philipp Hagemeister
2013-08-28
Tolerate junk at the end of gzip-compressed content (#1268)
Philipp Hagemeister
2013-08-28
HTTPError is in urllib.error in Python 3, not in http.error
Jaime Marquínez Ferrándiz
2013-08-28
[addanime] improve
Philipp Hagemeister
2013-08-27
Revert "Install our own HTTPS handler as well (#1309)"
Philipp Hagemeister
2013-08-24
Install our own HTTPS handler as well (#1309)
Philipp Hagemeister
2013-08-23
Add a post processor for embedding subtitles in mp4 videos (closes #1052)
Jaime Marquínez Ferrándiz
2013-08-11
Note update possibility on errors (thanks @chbrown, #1229)
Philipp Hagemeister
2013-08-03
Add an extractor for videofy.me (closes #1171)
Jaime Marquínez Ferrándiz
2013-07-12
Use determine_ext when saving the thumbnail
Jaime Marquínez Ferrándiz
2013-07-12
BrightcoveIE: Use parse_qs to extract the fields of the query (closes #1032)
Jaime Marquínez Ferrándiz
2013-07-11
[brightcove] fix on Python 2.6
Philipp Hagemeister
2013-07-11
Add helper function find_path_attr
Philipp Hagemeister
2013-07-08
[3sat] Add support (Fixes #1001)
Philipp Hagemeister
2013-07-02
Do not show bug report for errors that are to be expected (Closes #973)
Philipp Hagemeister
2013-06-28
Rewrote error message a bit to clarify
Philipp Hagemeister
2013-06-28
Changed the error message.
M.Yasoob Ullah Khalid
2013-06-25
improve generic and encrypted signature error messages
Filippo Valsorda
2013-06-09
do not ask the user to report network errors
Filippo Valsorda
2013-06-08
print "please report this issue on GitHub" on every ExtractorError
Filippo Valsorda
2013-06-06
implement fallbacks and defaults in _search_regex
Filippo Valsorda
2013-05-20
Python 2 compat fixes for MyVideo.de rtmpdump downloads
Filippo Valsorda
2013-05-13
Do not re-encode / to # if / is a platform separator, and correctly handle pe...
Philipp Hagemeister
2013-05-04
Add --no-check-certificate (#814)
Philipp Hagemeister
2013-05-04
twitch.tv chapters (#810): print out start and end time
Philipp Hagemeister
2013-04-28
Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month...
Jaime Marquínez Ferrándiz
2013-04-27
Fix some IEs that didn't return the uploade_date in the YYYYMMDD format
Jaime Marquínez Ferrándiz
2013-04-27
Allow to select videos to download by their upload dates (related #137)
Jaime Marquínez Ferrándiz
2013-03-29
Merge pull request #736 from rg3/retry
Filippo Valsorda
2013-03-29
fix FunnyOrDieIE, MyVideoIE, TEDIE
Filippo Valsorda
2013-03-28
use sys.stdout.buffer only on Python3
Filippo Valsorda
2013-03-27
Use sys.stdout.buffer instead of sys.stdout
Chirantan Ekbote
2013-03-09
Bubble up all the stack of exceptions and retry download tests on timeout errors
Filippo Valsorda
2013-02-21
Fix --match-title and --reject-title decoding (Closes #690)
Philipp Hagemeister
2013-02-01
Work around buggy HTML Parser in Python < 2.7.3 (Closes #662)
Philipp Hagemeister
2013-01-20
Guard against sys.getfilesystemencoding() == None (#503)
Philipp Hagemeister
2013-01-12
Correct Blip.tv on 2.6, where HTTP headers are case-sensitive (wtf?)
Philipp Hagemeister
2013-01-12
Proper support for changing User-Agents from IEs
Philipp Hagemeister
2013-01-12
--recode-video option (Closes #18)
Philipp Hagemeister
2013-01-03
Make ExtractorError usable for other causes
Philipp Hagemeister
2013-01-01
ExtractorError for errors during extraction
Philipp Hagemeister
[next]