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
Franz König
4d64bc5251
handle wrong formatted date argument
...
The provided date argument (--date, --datebefore or --dateafter) is parsed by
datetimp.strptime(). This function throws as ValueError exception at failure.
This patch implements exception handling by catching the ValueError exception,
printing an error message and exiting with a non-zero exit code.
2018-05-21 01:32:48 +02:00
tobaloidee
afc4e6c883
New Icon-Logo SVG and PNG files
2018-05-20 12:54:00 +08:00
tobaloidee
b27cb2b6e8
Create new icon-logo
2018-05-20 12:52:37 +08:00
tobaloidee
d5db4be9dd
Update README.md
...
updated with the new Logo
2018-05-20 12:51:19 +08:00
Sergey M․
504f20dd30
Remove experimental mark for some options
2018-05-19 23:53:24 +07:00
Remita Amine
f2b1fa07ec
[teamcoco] relax _VALID_URL regex and add a fallback for format extraction( fixes #16484 )
2018-05-19 13:05:51 +01:00
Remita Amine
acd620c930
[teamcoco] improve _VALID_URL regex( #16484 )
2018-05-19 12:19:05 +01:00
Remita Amine
27694fe7ad
[imdb:list] fix _VALID_URL regex
2018-05-19 11:04:08 +01:00
Remita Amine
0167f0dbfe
[imdb] improve extraction( fixes #4085 )( fixes #14557 )
2018-05-19 10:15:11 +01:00
nekojun
627e37e226
fix import unicode_literals
2018-05-19 11:44:05 +09:00
nekojun
5a6f5f98ad
[niconico] use HeartBeat
2018-05-19 11:16:07 +09:00