Jaime Marquínez Ferrándiz
545434670b
Add an extractor for orf.at ( closes #1346 )
...
Make find_xpath_attr also accept numbers in the value
2013-08-29 19:16:07 +02:00
Philipp Hagemeister
c257baff85
Merge remote-tracking branch 'rzhxeo/youporn-hd'
...
Conflicts:
youtube_dl/utils.py
2013-08-28 18:22:28 +02:00
rzhxeo
cba892fa1f
Add intlist_to_bytes to utils.py
2013-08-28 15:59:07 +02:00
Philipp Hagemeister
48ea9cea77
Allow changes to run under Python 3
2013-08-28 14:34:49 +02:00
Philipp Hagemeister
c496ca96e7
Fix platform name in Python 2 with --verbose ( Closes #1228 )
2013-08-28 12:57:10 +02:00
Philipp Hagemeister
aa3e950764
Tolerate junk at the end of gzip-compressed content ( #1268 )
2013-08-28 11:57:13 +02:00
Jaime Marquínez Ferrándiz
0e283428f7
HTTPError is in urllib.error in Python 3, not in http.error
2013-08-28 10:18:39 +02:00
Philipp Hagemeister
2eabb80254
[addanime] improve
2013-08-28 04:25:38 +02:00
Philipp Hagemeister
acebc9cd6b
Revert "Install our own HTTPS handler as well ( #1309 )"
...
This reverts commit 36399e8576
and fixes #1322 .
2013-08-27 23:28:20 +02:00
Philipp Hagemeister
36399e8576
Install our own HTTPS handler as well ( #1309 )
2013-08-24 22:49:22 +02:00
Jaime Marquínez Ferrándiz
d4051a8e05
Add a post processor for embedding subtitles in mp4 videos ( closes #1052 )
2013-08-23 15:06:19 +02:00
Philipp Hagemeister
298f833b16
Note update possibility on errors (thanks @chbrown, #1229 )
2013-08-11 06:46:24 +02:00
Jaime Marquínez Ferrándiz
bba12cec89
Add an extractor for videofy.me ( closes #1171 )
...
Also modify find_xpath_attr to accept values with spaces like for id="HQ on"
2013-08-03 22:50:27 +02:00
Jaime Marquínez Ferrándiz
cbdbb76665
Use determine_ext when saving the thumbnail
...
Urls that contain a query produced filenames with wrong extensions
2013-07-12 22:08:49 +02:00
Jaime Marquínez Ferrándiz
6543f0dca5
BrightcoveIE: Use parse_qs to extract the fields of the query ( closes #1032 )
...
Add a compat_urlparse to utils.
2013-07-12 14:53:28 +02:00
Philipp Hagemeister
5de3ece225
[brightcove] fix on Python 2.6
2013-07-11 16:16:02 +02:00
Philipp Hagemeister
59ae56fad5
Add helper function find_path_attr
2013-07-11 16:12:08 +02:00
Philipp Hagemeister
73e79f2a1b
[3sat] Add support ( Fixes #1001 )
2013-07-08 01:13:55 +02:00
Philipp Hagemeister
9a82b2389f
Do not show bug report for errors that are to be expected ( Closes #973 )
2013-07-02 08:40:21 +02:00
Philipp Hagemeister
a3c776203f
Rewrote error message a bit to clarify
2013-06-28 18:53:31 +02:00
M.Yasoob Ullah Khalid
53f350c165
Changed the error message.
...
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.
2013-06-28 18:51:54 +02:00
Filippo Valsorda
98bcd2834a
improve generic and encrypted signature error messages
2013-06-25 16:47:16 +02:00
Filippo Valsorda
d5979c5d55
do not ask the user to report network errors
2013-06-09 11:55:08 +02:00
Filippo Valsorda
f5a290eed9
print "please report this issue on GitHub" on every ExtractorError
2013-06-08 09:56:34 +02:00
Filippo Valsorda
468e2e926b
implement fallbacks and defaults in _search_regex
2013-06-06 14:35:08 +02:00
Filippo Valsorda
b31756c18e
Python 2 compat fixes for MyVideo.de rtmpdump downloads
2013-05-20 11:57:10 +02:00
Philipp Hagemeister
f45c185fa9
Do not re-encode / to # if / is a platform separator, and correctly handle permission errors ( Fixes #831 )
2013-05-13 09:20:08 +02:00
Philipp Hagemeister
ea6d901e51
Add --no-check-certificate ( #814 )
2013-05-04 12:22:56 +02:00
Philipp Hagemeister
4539dd30e6
twitch.tv chapters ( #810 ): print out start and end time
2013-05-04 12:02:18 +02:00
Jaime Marquínez Ferrándiz
37254abc36
Allow to use relative dates in the format (now|today)[+-][0-9](day|week|month|year)(s)? ( Closes #137 )
...
Also fix DateRange not accepting ranges of one day.
2013-04-28 11:39:37 +02:00
Jaime Marquínez Ferrándiz
bf50b0383e
Fix some IEs that didn't return the uploade_date in the YYYYMMDD format
...
Create a function unified_strdate in utils.py to fix these problems
2013-04-27 15:14:20 +02:00
Jaime Marquínez Ferrándiz
bd55852517
Allow to select videos to download by their upload dates (related #137 )
...
Only absolute dates.
2013-04-27 14:01:55 +02:00
Filippo Valsorda
e3700fc9e4
Merge pull request #736 from rg3/retry
...
Exception stacking and test retry
2013-03-29 09:01:27 -07:00
Filippo Valsorda
7decf8951c
fix FunnyOrDieIE, MyVideoIE, TEDIE
2013-03-29 15:59:13 +01:00
Filippo Valsorda
898280a056
use sys.stdout.buffer only on Python3
2013-03-28 13:13:03 +01:00
Chirantan Ekbote
1ee9778405
Use sys.stdout.buffer instead of sys.stdout
...
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>
2013-03-27 15:57:11 -04:00
Filippo Valsorda
8cc83b8dbe
Bubble up all the stack of exceptions and retry download tests on timeout errors
2013-03-09 10:05:43 +01:00
Philipp Hagemeister
8271226a55
Fix --match-title and --reject-title decoding ( Closes #690 )
2013-02-21 17:09:39 +01:00
Philipp Hagemeister
3b024e17af
Work around buggy HTML Parser in Python < 2.7.3 ( Closes #662 )
2013-02-01 17:29:50 +01:00
Philipp Hagemeister
6df40dcbe0
Guard against sys.getfilesystemencoding() == None ( #503 )
2013-01-20 01:48:05 +01:00
Philipp Hagemeister
335959e778
Correct Blip.tv on 2.6, where HTTP headers are case-sensitive (wtf?)
2013-01-12 18:38:23 +01:00
Philipp Hagemeister
3446dfb7cb
Proper support for changing User-Agents from IEs
2013-01-12 16:49:13 +01:00
Philipp Hagemeister
7851b37993
--recode-video option ( Closes #18 )
2013-01-12 15:09:09 +01:00
Philipp Hagemeister
01951dda7a
Make ExtractorError usable for other causes
2013-01-03 15:39:55 +01:00
Philipp Hagemeister
1c256f7047
ExtractorError for errors during extraction
2013-01-01 20:27:53 +01:00
Filippo Valsorda
d5ed35b664
moved updating code to update.py
2012-12-30 19:50:33 +01:00
Filippo Valsorda
f427df17ab
some fixes, pulled the codename from the code
2012-12-30 19:50:33 +01:00
Filippo Valsorda
cb6ff87fbb
The new updates system, relies on gh-pages, secured by RSA, uses external web servers
2012-12-30 19:50:33 +01:00
Filippo Valsorda
6b3aef80ce
better Vimeo tests; fixed a couple of VimeoIE fields
2012-12-20 16:30:55 +01:00
Filippo Valsorda
056d857571
refactor YouTube subtitles code, it was ugly (my bad)
2012-12-20 14:20:24 +01:00