wernerkarlheisenberg
d9c4aaa5a0
added unicode_literals in generic cognito extractor
2018-01-27 14:26:35 +01:00
wernerkarlheisenberg
7e645e9063
final optimization of kijk online regex
2018-01-27 14:14:57 +01:00
Jicksaw
4d2cf22b80
Updated bilibili
2018-01-27 13:51:06 +02:00
Sergey M․
a0ee342b50
[dplay] Bypass geo restriction
2018-01-26 23:56:31 +07:00
Sergey M․
864a4576b7
[dplay] Add support for disco-api videos ( closes #15396 )
2018-01-26 23:49:47 +07:00
Alexis Kofman
178450d766
[FranceTV] add Zouzous and Ludo extrators
2018-01-26 14:47:37 +01:00
Alexis Kofman
e3db7b2d36
[FranceTV] add Zouzous and Ludo extrators
2018-01-26 14:13:11 +01:00
Yen Chi Hsuan
bbb7c3f7e9
[youtube] Extract precise error messages ( closes #15284 )
2018-01-25 22:30:33 +08:00
Pierre Rudloff
6bc637d34a
[openload] New --phantomjs-location option
...
This option allows users to use a phantomjs binary that is not in PATH
Closes #15146
2018-01-25 12:42:37 +01:00
Ozzy Walsh
1ea36c37d7
Rename SpikeIE to ParamountNetworkIE
2018-01-25 10:29:03 +00:00
Ozzy Walsh
a0f285fce1
Change Spike _VALID_URL to Paramount Network URL #15418
...
Downloads from Paramount Network(previously Spike) now function and no
longer raise 'Unsupported URL'.
Single episodes seem to be download in parts as described in #15418 ,
which may no be correct behaviour
2018-01-25 09:39:07 +00:00
Ozzy Walsh
fa278f9426
Change Spike extractor tests to Paramount Network
...
"Spike TV" has become "Paramount Network" and the domain has changed,
breaking it's extractor. This commit changes the tests to use the new
domain in preparation for fixing the extractor.
2018-01-25 09:38:34 +00:00
Peter Pitzulo
559e40be2d
[GameInformer] Fix brightcove_id regex.
2018-01-24 23:06:33 -05:00
wernerkarlheisenberg
1430955192
cognito and vier coding guidelines update
2018-01-24 21:26:03 +01:00
wernerkarlheisenberg
efc2dbd3a5
soft import warrant and boto3
...
Hard import broke build, now using soft import.
2018-01-24 21:10:50 +01:00
wernerkarlheisenberg
3285349980
change file permission medialaan.py
2018-01-24 20:40:00 +01:00
wernerkarlheisenberg
c26e983e2f
Updated extractor for Vier to support Kijk Online.
...
Updated extractor for Vier to support Kijk Online. Change includes a general extractor for Incognito IDP by AWS. boto3 and warrant packages are required.
2018-01-24 18:54:39 +01:00
Sergey M․
9d6458a206
[teachertube] Capture and output error message
2018-01-24 22:46:04 +07:00
Sergey M․
837b061710
[teachertube] Fix and relax thumbnail extraction ( closes #15403 )
2018-01-24 22:41:25 +07:00
Petr Novak
b92da88117
Merge remote-tracking branch 'upstream/master'
2018-01-23 23:17:24 +01:00
Remita Amine
967ebbdb6c
[prosiebensat1] add another clip ID regexp( fixes #15378 )
2018-01-23 19:22:44 +01:00
Remita Amine
dc400ed6a2
[tbs] update tokenizer url( fixes #15395 )
2018-01-23 19:06:46 +01:00
Sergey M․
cf2820710d
Switch codebase to use compat_b64decode
2018-01-23 22:23:12 +07:00
Sergey M․
5d7d805ca9
[mixcloud] Use compat_b64decode ( closes #15394 )
2018-01-23 21:53:45 +07:00
Sergey M․
f206126df0
[compat] Add compat_b64decode
2018-01-23 21:53:01 +07:00
Yen Chi Hsuan
5857b56d4e
Revert "[commonmistakes] Disable UnicodeBOM extractor test for python 3.2"
...
This reverts commit 2cc7fcd338e8690a5c211b95fb9e0dcdc5d98ef5.
2018-01-23 22:07:44 +08:00
Yen Chi Hsuan
e672f9519b
Dropping support for Python 3.2 and 3.3
2018-01-23 22:05:29 +08:00
wernerkarlheisenberg
2ffc5afd93
replace HTTP by HTTPS in medialaan extractor
2018-01-23 12:30:12 +01:00
Kade
1b5ac7d616
Merge pull request #7 from rg3/master
...
updating again
2018-01-22 19:16:29 -05:00
Christophe de Vienne
275853a4d2
Remove the 'uploader' static value
2018-01-22 17:00:07 +01:00
Christophe de Vienne
8d1e047e86
Use a more relaxed regex for video links
2018-01-22 16:56:18 +01:00
Sergey M․
021bd012bb
[thesixtyone] Remove extractor ( closes #15341 )
2018-01-22 22:30:28 +07:00
Sergey M․
2c2dd943e0
release 2018.01.21
2018-01-21 21:27:47 +07:00
Sergey M․
6e5eacb770
release 2018.01.21
2018.01.21
2018-01-21 21:26:05 +07:00
Sergey M․
d7da6db4e1
[ChangeLog] Actualize
2018-01-21 21:23:24 +07:00
Sergey M․
721a0c3c7b
[prosiebensat1] Relax clip id
2018-01-21 21:22:38 +07:00
Sergey M․
e0ab56571e
[southparkdk] Add support for southparkstudios.nu
2018-01-21 18:42:34 +07:00
Sergey M․
99d6e696fc
[southpark] Add tests for collections ( closes #14803 )
2018-01-21 18:41:46 +07:00
catlover999
6289e07883
[southpark] Add support for collections
2018-01-21 18:41:10 +07:00
squibbysquibby
655c410063
[test_download] Fix download tests for lazy extractors ( closes #13554 , closes #13757 )
2018-01-21 18:15:11 +07:00
helb
b2a027fc6f
[franceinter] Fix upload date extraction ( closes #14996 )
2018-01-21 17:50:53 +07:00
Sergey M
c0a0a807d6
Update franceinter.py
2018-01-21 17:50:18 +07:00
Sergey M․
0d9c48de4f
[extractor/common] Improve DASH formats extraction for jwplayer ( #9242 , #15187 )
2018-01-21 17:42:48 +07:00
Sergey M․
df58ecbeba
[rtvs] Add extractor ( closes #9242 , closes #15187 )
2018-01-21 17:40:23 +07:00
Sergey M․
ac458e90a3
[restudy] Extend _VALID_URL ( #15347 )
2018-01-21 01:22:16 +07:00
Sergey M․
7df18fcc65
[restudy] Fix extraction ( closes #15347 )
2018-01-20 23:19:02 +07:00
Sergey M․
c707b1d828
[test_utils] Add tests for malformed JSON handling in js_to_json
2018-01-20 23:00:09 +07:00
Mike Fährmann
c384d537f8
[util] Improve scientific notation handling in js_to_json ( closes #14789 )
2018-01-20 22:54:21 +07:00
Mike Fährmann
d4f9015f04
restrict to 'e' and 'E'
2018-01-20 16:45:08 +01:00
Mike Fährmann
c5a1468f2b
[util] improve scientific notation handling in js_to_json()
2018-01-20 14:58:43 +01:00