0d75ae2ce3
Fix detection of the webpage charset if it's declared using ' instead of "
...
Like in "<meta charset='utf-8'/>"
2013-08-29 11:35:15 +02:00
b5ba7b9dcf
Fix MIT extractor for Python 2.6
...
The HTML for the MIT page does not parse cleanly for Python 2.6 due
to script tags within an actual script element. The offending piece
is inside a comment block, so removing all such comment blocks
fixes the parsing.
2013-08-28 14:24:42 -05:00
483e0ddd4d
Merge remote-tracking branch 'upstream/master'
2013-08-28 10:19:28 -07:00
2891932bf0
release 2013.08.28.1
2013.08.28.1
2013-08-28 19:00:17 +02:00
591078babf
Merge remote-tracking branch 'upstream/master'
2013-08-28 09:57:28 -07:00
9868c781a1
Merge remote-tracking branch 'origin/master'
2013-08-28 18:22:33 +02:00
c257baff85
Merge remote-tracking branch 'rzhxeo/youporn-hd'
...
Conflicts:
youtube_dl/utils.py
2013-08-28 18:22:28 +02:00
878e83c5a4
YoupornIE: Clean up extraction of hd video
2013-08-28 16:04:48 +02:00
0012690aae
Let aes_decrypt_text return bytes instead of unicode
2013-08-28 16:03:35 +02:00
6e74bc41ca
Fix division bug in aes.py
2013-08-28 16:01:43 +02:00
cba892fa1f
Add intlist_to_bytes to utils.py
2013-08-28 15:59:07 +02:00
550bfd4cbd
Merge pull request #1 from phihag/youporn-hd-pr
...
Allow changes to run under Python 3
2013-08-28 06:23:33 -07:00
920ef0779b
Hide the password and username in verbose mode ( closes #1089 )
2013-08-28 15:14:02 +02:00
48ea9cea77
Allow changes to run under Python 3
2013-08-28 14:34:49 +02:00
ccf4b799df
Merge remote-tracking branch 'origin/master'
2013-08-28 14:02:40 +02:00
f143d86ad2
[sohu] Handle encoding, and fix tests
2013-08-28 14:00:05 +02:00
8ae97d76ee
PostProcessingError holds the message in the 'msg' property, not in 'message' ( fixes #1323 )
...
Causes DeprecationWarning: http://www.python.org/dev/peps/pep-0352/
2013-08-28 13:37:31 +02:00
f8b362739e
Merge remote-tracking branch 'Huarong/master'
2013-08-28 13:10:59 +02:00
6d69d03bac
Merge remote-tracking branch 'origin/reuse_ies'
2013-08-28 13:05:21 +02:00
204da0d3e3
Merge remote-tracking branch 'origin/master'
2013-08-28 12:57:44 +02:00
c496ca96e7
Fix platform name in Python 2 with --verbose ( Closes #1228 )
2013-08-28 12:57:10 +02:00
67b22dd036
Add extractors for video.mit.edu and techtv.mit.edu ( closes #1327 )
...
video.mit.edu just embeds the videos from techtv.mit.edu
2013-08-28 12:55:42 +02:00
ce6a696e4d
Remove unused imports
2013-08-28 12:47:38 +02:00
a5caba1eb0
[generic] simply use urljoin
2013-08-28 12:47:27 +02:00
cd9c100963
Merge remote-tracking branch 'upstream/master'
2013-08-28 12:20:12 +02:00
edde6c56ac
Print playpath with --get-url ( Fixes #1334 )
2013-08-28 12:14:45 +02:00
b7f89fe692
Merge remote-tracking branch 'upstream/master'
2013-08-28 12:10:34 +02:00
ae3531adf9
[generic] Fix URL concatenation
...
When the url is something like http://example.org/foo/bar?x=y and the added is file/video.mp4 , we want http://example.org/foo/file/video.mp4
Fixes #1268 .
2013-08-28 12:08:17 +02:00
8cf5ee7831
Merge branch 'master' of github.com:rg3/youtube-dl
2013-08-28 11:57:18 +02:00
aa3e950764
Tolerate junk at the end of gzip-compressed content ( #1268 )
2013-08-28 11:57:13 +02:00
1301a0dd42
Merge remote-tracking branch 'upstream/master'
2013-08-28 11:02:12 +02:00
af8bd6a82d
Show the time taken to download in the same format as the ETA
2013-08-28 10:56:11 +02:00
6d38616e67
Merge pull request #1181 from h3xx/master
...
Add some verbosity when reporting finished downloads
Remove the mixed use of tabs and spaces for indentation.
2013-08-28 10:54:07 +02:00
4f5f18acb9
[addanime] add file
2013-08-28 10:28:16 +02:00
3e223834d9
[youtube] update algo for length 88, thanks to @Ramhack ( fixes #1328 )
2013-08-28 10:26:44 +02:00
a1bb0f8773
[cnn] remove debug print call.
2013-08-28 10:20:37 +02:00
0e283428f7
HTTPError is in urllib.error in Python 3, not in http.error
2013-08-28 10:18:39 +02:00
2eabb80254
[addanime] improve
2013-08-28 04:25:38 +02:00
44586389e4
[appletrailers] Add support
2013-08-28 02:18:44 +02:00
06a401c845
Merge branch 'master' into subtitles_rework
2013-08-28 00:33:12 +02:00
273f603efb
[cnn] Allow more URLs
2013-08-28 00:14:19 +02:00
1619e22f40
release 2013.08.28
2013.08.28
2013-08-27 23:31:36 +02:00
88a79ce6a6
Delete default user agent ( Fixes #1309 )
2013-08-27 23:31:24 +02:00
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
443c12a703
Merge pull request #1324 from whydoubt/fix_gplus
...
Initial slash in Google+ photos link was removed
2013-08-27 13:36:39 -07:00
7f3c4f4f65
Initial slash in Google+ photos link was removed
2013-08-27 14:38:50 -05:00
0bc56fa66a
Add an extractor for NBC news ( closes #1320 )
2013-08-27 12:38:57 +02:00
1a582dd49d
Add an extractor for CNN ( closes #1318 )
2013-08-27 11:56:48 +02:00
c5b921b597
Merge remote-tracking branch 'upstream/master'
2013-08-27 10:47:47 +02:00
e86ea47c02
[canalc2] Small improvements
2013-08-27 10:35:20 +02:00