|
@ -13,8 +13,8 @@ from ..compat import compat_HTTPError |
|
|
class DiscoveryIE(DiscoveryGoBaseIE): |
|
|
class DiscoveryIE(DiscoveryGoBaseIE): |
|
|
_VALID_URL = r'''(?x)https?:// |
|
|
_VALID_URL = r'''(?x)https?:// |
|
|
(?P<site> |
|
|
(?P<site> |
|
|
(?:(?:www|go)\.)?discovery| |
|
|
|
|
|
(?:www\.)? |
|
|
|
|
|
|
|
|
go\.discovery| |
|
|
|
|
|
www\. |
|
|
(?: |
|
|
(?: |
|
|
investigationdiscovery| |
|
|
investigationdiscovery| |
|
|
discoverylife| |
|
|
discoverylife| |
|
@ -22,8 +22,7 @@ class DiscoveryIE(DiscoveryGoBaseIE): |
|
|
ahctv| |
|
|
ahctv| |
|
|
destinationamerica| |
|
|
destinationamerica| |
|
|
sciencechannel| |
|
|
sciencechannel| |
|
|
tlc| |
|
|
|
|
|
velocity |
|
|
|
|
|
|
|
|
tlc |
|
|
)| |
|
|
)| |
|
|
watch\. |
|
|
watch\. |
|
|
(?: |
|
|
(?: |
|
@ -83,7 +82,7 @@ class DiscoveryIE(DiscoveryGoBaseIE): |
|
|
'authRel': 'authorization', |
|
|
'authRel': 'authorization', |
|
|
'client_id': '3020a40c2356a645b4b4', |
|
|
'client_id': '3020a40c2356a645b4b4', |
|
|
'nonce': ''.join([random.choice(string.ascii_letters) for _ in range(32)]), |
|
|
'nonce': ''.join([random.choice(string.ascii_letters) for _ in range(32)]), |
|
|
'redirectUri': 'https://fusion.ddmcdn.com/app/mercury-sdk/180/redirectHandler.html?https://www.%s.com' % site, |
|
|
|
|
|
|
|
|
'redirectUri': 'https://www.discovery.com/', |
|
|
})['access_token'] |
|
|
})['access_token'] |
|
|
|
|
|
|
|
|
headers = self.geo_verification_headers() |
|
|
headers = self.geo_verification_headers() |
|
|