Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
I changed the ExtractorError from ```msg = msg + u'; please report this issue on http://yt-dl.org/bug'``` to ```msg = msg + u'; please report this issue on http://yt-dl.org/bug with the complete output by running the same command with --verbose flag'```
Hopefully this will tell the users to report bugs with the complete output.
|
|
|
|
|
|
|
|
|
|
|
|
permission errors (Fixes #831)
|
|
|
|
|
|
(now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137)
Also fix DateRange not accepting ranges of one day.
|
|
Create a function unified_strdate in utils.py to fix these problems
|
|
Only absolute dates.
|
|
Exception stacking and test retry
|
|
|
|
|
|
sys.stdout defaults to text mode, we need to use the underlying buffer
instead when writing binary data.
Signed-off-by: Chirantan Ekbote <chirantan.ekbote@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
web servers
|
|
|
|
|
|
|
|
|
|
|
|
for #579)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|