Sergey M․
703751add4
[medialaan] PEP 8 ( closes #12774 )
2017-05-28 06:27:57 +07:00
midas02
4050be78e5
[medialaan] Fix videos with missing videoUrl
...
A rough trick to get around the two different json styles medialaan seems to be using.
Fix for these example videos:
https://vtmkzoom.be/video?aid=45724
https://vtmkzoom.be/video?aid=45425
2017-05-28 06:27:52 +07:00
Sergey M․
4d9fc40100
[dvtv] Improve and fix playlists support ( closes #13063 )
2017-05-28 06:19:54 +07:00
Jan Kundrát
765522345f
[dvtv] Parse adaptive formats as well
...
The old code hit an error when it attempted to parse the string
"adaptive" for video height. Actually parsing the returned playlists is
a good idea because it adds more output formats, including some
audio-only-ones.
2017-05-28 06:19:46 +07:00
Sergey M․
6bceb36b99
[beam] Improve and add support for mixer.com ( closes #13032 )
2017-05-28 05:43:04 +07:00
Mike Fährmann
1e0d65f0bd
[beam:vod] Add extractor
2017-05-28 05:42:23 +07:00
Tibor Kanyo
b226540afa
Update indavideo.py with a valid regex to embed URL
2017-05-27 20:23:43 +02:00
Sergey M․
03327bc9a6
[cbsinteractive] Relax _VALID_URL ( closes #13213 )
2017-05-27 22:37:24 +07:00
Yen Chi Hsuan
b407d8533d
[utils] Drop an compatibility wrapper for Python < 2.6
...
addinfourl.getcode is added since Python 2.6a1. As youtube-dl now
requires 2.6+, this is no longer necessary.
See 9b0d46db11
2017-05-27 23:05:02 +08:00
fiocfun
036decdc88
[xhamster] fix author and like count regexps
2017-05-27 13:28:08 +03:00
Remita Amine
20e2c9de04
[adn] fix formats extraction
2017-05-26 20:00:44 +01:00
deezerdl
c1784d3979
and making it work in 3.x again as well.
2017-05-26 18:34:10 +00:00
Yen Chi Hsuan
d16c0121b9
[youku] Extract more metadata ( closes #10433 )
2017-05-27 00:08:37 +08:00
deezerdl
0e41f9aae2
solved python 2.6 issue
2017-05-26 15:48:13 +00:00
Sergey M․
2742d23142
release 2017.05.26
2017-05-26 22:47:49 +07:00
Sergey M․
7f4c3a7439
[cbsnews] Fix extraction ( closes #13205 )
2017-05-26 22:42:27 +07:00
Sergey M․
28dbde9cc3
release 2017.05.26
2017.05.26
2017-05-26 22:29:16 +07:00
Sergey M․
cc304ce588
[ChangeLog] Actualize
2017-05-26 22:27:56 +07:00
Yen Chi Hsuan
98a0618941
[ChangeLog] Update after the fix for #11381
2017-05-26 23:22:54 +08:00
Yen Chi Hsuan
fd545fc6d1
Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True ( #5118 )"
...
This reverts commit 87dc451108b278eb5e5600a0159bdbd337272392.
2017-05-26 23:22:54 +08:00
Sergey M․
97067db2ae
[bbc] Add support for authentication
2017-05-26 22:12:24 +07:00
Yen Chi Hsuan
c130f0a37b
[tudou] Merge into youku extractor ( fixes #12214 )
...
Also, there are no tudou playlists anymore. All playlist URLs points to youku
playlists.
2017-05-26 23:04:42 +08:00
Yen Chi Hsuan
d3d4ba7f24
[youku:show] Fix extraction
2017-05-26 21:59:16 +08:00
Yen Chi Hsuan
5552c9eb0f
[utils] Recognize more patterns in strip_jsonp()
...
Used in Youku Show pages
2017-05-26 21:58:18 +08:00
Yen Chi Hsuan
59ed87cbd9
[youku] Fix extraction ( closes #13191 )
2017-05-26 19:16:52 +08:00
Yen Chi Hsuan
5c3ab739ae
[youtube] Add a test URL from #11381
2017-05-26 12:44:34 +08:00
Yen Chi Hsuan
22a0614943
Revert "[youtube] Don't use the DASH manifest from 'get_video_info' if 'use_cipher_signature' is True ( #5118 )"
...
This reverts commit 87dc451108b278eb5e5600a0159bdbd337272392.
2017-05-26 12:43:14 +08:00
deezerdl
f69a9cb60a
fix for python 3.2 problem
2017-05-25 22:28:00 +00:00
deezerdl
755a3e126c
fixing problem with python 3.2
...
solves the error message: 'str' does not support the buffer interface
2017-05-25 22:22:43 +00:00
Sergey M․
b7f8749304
[udemy] Fix extraction for outputs' format entries without URL ( closes #13192 )
2017-05-25 22:28:26 +07:00
Yen Chi Hsuan
5192ee17e7
[postprocessor/ffmpeg] Fix metadata filename handling on Python 2
...
Fixes #13182
2017-05-25 22:07:03 +08:00
deezerdl
4dc70bcc5f
no longer depends on pycrypto
2017-05-24 22:55:50 +00:00
deezerdl
4da45b5e79
now using own implementation of blowfish
2017-05-24 22:54:39 +00:00
deezerdl
d00e73c8ea
unittest for aes_ecb_encrypt
2017-05-24 22:52:32 +00:00
deezerdl
f963bfba79
added aes_ecb_encrypt
2017-05-24 22:49:22 +00:00
deezerdl
0110a157a7
Create test_blowfish.py
2017-05-24 22:44:37 +00:00
deezerdl
68a3daff88
Create blowfish.py
2017-05-24 22:43:57 +00:00
deezerdl
3026f25995
added check for pycrypto
2017-05-24 16:20:20 +00:00
deezerdl
f1f838f8bb
made flake8 happy
2017-05-24 16:08:21 +00:00
deezerdl
971a137773
made flake8 happy
2017-05-24 16:07:26 +00:00
deezerdl
2b60066afa
fixing a copy/paste error
2017-05-24 15:59:12 +00:00
Sergey M․
e834f04400
[vimeo] Fix formats' sorting ( closes #13189 )
2017-05-24 22:58:16 +07:00
deezerdl
29cd736fd7
Update deezer.py
2017-05-24 15:56:49 +00:00
deezerdl
c926483fc8
Update deezer.py
2017-05-24 13:18:51 +00:00
deezerdl
d9fff7fc39
Create deezer.py
2017-05-24 13:17:24 +00:00
deezerdl
e2cc9a9c5b
Update __init__.py
2017-05-24 13:16:26 +00:00
Remita Amine
884d09f330
[cbsnews] fix extraction for 60 Minutes videos
2017-05-24 09:44:41 +01:00
remitamine
9e35298f97
Merge pull request #12861 from Tithen-Firion/cbsinteractive-fix
...
[cbsinteractive] update extractor and test cases
2017-05-24 10:21:33 +02:00
Sergey M․
0551f1b07b
Credit @gritstub for vevo fix ( #12879 )
2017-05-23 21:47:40 +07:00
Sergey M․
de53511201
Credit @timendum for rai ( #11790 ) and mediaset ( #12964 )
2017-05-23 00:41:53 +07:00