28997 Commits

Author SHA1 Message Date
Parmjit Virk
986c0b0215 [cbc] Fix playlist title extraction (closes #16502) 2018-05-26 20:05:54 +07:00
Sergey M
d67c85882d
Update cbc.py 2018-05-26 20:05:01 +07:00
Sergey M․
97b01144bd
[tumblr] Detect and report sensitive media (closes #13829) 2018-05-26 20:00:00 +07:00
Sergey M․
56cd31f320
[tumblr] Improve authentication (closes #15133) 2018-05-26 19:59:35 +07:00
Zack Fernandes
c678192af3
[tumblr] Add support for authentication 2018-05-26 19:56:01 +07:00
jose1711
9bc8da7d49 Fix incorrect line-break in README 2018-05-26 12:15:05 +02:00
Parmjit Virk
6dd658348c [CBC] Set document title regex as non-fatal 2018-05-26 02:46:19 -05:00
Parmjit Virk
3c38c329ff Merge branch 'master' into CBC-issue-16502 2018-05-26 01:40:58 -05:00
Sergey M․
610d07eca7
release 2018.05.26 2018-05-26 13:04:23 +07:00
Sergey M․
0934c9d4fa
release 2018.05.26 2018.05.26 2018-05-26 13:02:21 +07:00
Sergey M․
38e4e8ab80
[ChangeLog] Actualize
[ci skip]
2018-05-26 12:58:34 +07:00
Henrik Hank
a949b3a406 Slightly more intuitive way of stripping off extension 2018-05-26 03:50:40 +02:00
Henrik Hank
a4642440fd DOT_ in front of link template constants 2018-05-26 03:42:39 +02:00
Remita Amine
5a16c9d9d3 [utils] keep the original TV_PARENTAL_GUIDELINES dict 2018-05-25 23:12:50 +01:00
Ryan Hayward
5c84fbb3d4 Merge remote-tracking branch 'upstream/master' 2018-05-25 14:20:13 -05:00
Petr Novák
bdbcc8eecb [dvtv] Remove dead test 2018-05-26 02:15:50 +07:00
rhhayward
9ef5cdb5cb [audiomack] Stringify video id (closes #15310) 2018-05-26 02:13:29 +07:00
Sergey M․
03fad17cb6
[izlesene] Improve extraction and fix issues (closes #16407, closes #16271) 2018-05-26 01:53:17 +07:00
Enes
f4d261b765
[izlesene] Fix extraction (closes #16233) 2018-05-26 01:53:11 +07:00
Sergey M․
aee36ca832
[indavideo] Add support for generic embeds (closes #11989) 2018-05-26 01:25:40 +07:00
Sergey M․
2a7c6befc1
[indavideo] Fix extraction (closes #11221) 2018-05-26 01:09:44 +07:00
András Veres-Szentkirályi
b39f42ee92 [indavideo] Sign download URLs 2018-05-26 00:46:05 +07:00
Sergey M
0d2e4439fa
Update indavideo.py 2018-05-26 00:45:04 +07:00
Sergey M․
6bd499e8ca
[peertube] Add support for generic embeds 2018-05-26 00:28:30 +07:00
Sergey M․
f2fc63a5a8
[peertube] Add support for embed and API URLs 2018-05-26 00:15:38 +07:00
Sergey M․
c561b75c82
[peertube] Add extractor (closes #16301, closes #16329) 2018-05-26 00:09:15 +07:00
Jakub Wilk
3d2a643fdc [imgur] Fix extraction 2018-05-25 21:54:21 +08:00
Troyciv
bb24117426 [readme] added a line in installation section with pip recommendation 2018-05-25 14:47:24 +02:00
Remita Amine
e8e58c2278 [hidive] add support for authentication(closes #16534) 2018-05-24 11:53:42 +01:00
Jakub Wilk
735646fc67 [imgur] Fix extraction 2018-05-24 11:15:03 +02:00
Remita Amine
1139935db7 [nbc] add support for stream.nbcsports.com(closes #13911) 2018-05-24 02:51:47 +01:00
Remita Amine
ca0aef42d4 [viewlift] add support for hoichoi.tv(closes #16536) 2018-05-23 23:04:12 +01:00
wernerkarlheisenberg
a91706bda6 vier - update on season extraction part 2018-05-23 19:25:33 +02:00
Remita Amine
3bb3ff38a1 [test_utils] add tests for b836118724122a639a1cb78d55d91724bf1e7251 2018-05-23 12:20:05 +01:00
Remita Amine
268e132dec [go90] extract age limit and detect drm protection(#10127) 2018-05-23 12:15:21 +01:00
Remita Amine
670dcba8c7 [viewlift] Remove rating format transformation 2018-05-23 12:13:44 +01:00
Remita Amine
b836118724 [utils] Relax TV Parental Guidelines matching 2018-05-23 12:12:20 +01:00
Remita Amine
57d6792024 [viewlift] fix extraction for snagfils.com(closes #15766) 2018-05-23 11:27:36 +01:00
Parmjit Virk
1a26d8160b [CBC] Fix title extraction 2018-05-22 17:39:38 -05:00
Patrick Griffis
246ac56a93 [picarto] Stop relying on info from web page
This is just unreliable and some streams like private
ones do not work via this method.
2018-05-21 17:13:52 -04:00
Patrick Griffis
963623ceb6 [picarto] Extract token from url 2018-05-21 17:13:31 -04:00
Patrick Griffis
9d36db1fd5 [picarto] Use API to extract info
This is just more reliable than trying to extract
it from the page itself.
2018-05-21 17:13:29 -04:00
Remita Amine
b89ac53455 [globo] use compat_str 2018-05-21 17:46:52 +01:00
Ryan Hayward
613d05a674 fix for issue-15310
Found that _real_extract(...) was not converting id from int to str.
Fixed by wrapping fragment in compat_str()
2018-05-21 11:42:41 -05:00
Ryan Hayward
f4dd4b9b81 Fix for issue 15310
Found that _real_extract(...) was not converting id from int to string.
Wrapped it in compat_str(), which fixed the alarming message.
2018-05-21 11:31:01 -05:00
Remita Amine
d81ffc3aa0 [globo] Add entry for netrc authentication 2018-05-21 15:39:02 +01:00
Remita Amine
e518749300 [globo] handle login errors 2018-05-21 15:07:24 +01:00
Remita Amine
db2058f63e [globo] improve extraction(closes #4189)
- add support for authentication
- simplify url signing
- extract DASH and MSS formats
2018-05-21 14:55:50 +01:00
huichen90
5c766952dc Update leeco.py
Fixed this bug :youtube_dl.utils.ExtractorError: An extractor error has occurred. (caused by KeyError('location',));
2018-05-21 21:26:53 +08:00
Redwid
653c98af7e Modified code to work on android, removed sys.exit() code (it force exit android application as well), write result as json string into file, added new entry point: main.py. 2018-05-21 08:45:25 +01:00