mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-13 10:51:26 +01:00
Compare commits
2 Commits
43aca56834
...
1c29d8c95f
Author | SHA1 | Date | |
---|---|---|---|
|
1c29d8c95f | ||
|
55f82d444d |
|
@ -167,7 +167,7 @@ class TheaterComplexTownBaseIE(StacommuBaseIE):
|
|||
_LOGIN_HEADERS = {
|
||||
'Accept': '*/*',
|
||||
'Content-Type': 'application/json',
|
||||
'X-Client-Version': 'Chrome/JsCore/9.9.4/FirebaseCore-web',
|
||||
'X-Client-Version': 'Chrome/JsCore/9.23.0/FirebaseCore-web',
|
||||
'Referer': 'https://www.theater-complex.town/',
|
||||
'Origin': 'https://www.theater-complex.town',
|
||||
}
|
||||
|
@ -200,7 +200,7 @@ class TheaterComplexTownVODIE(TheaterComplexTownBaseIE):
|
|||
_API_PATH = 'videoEpisodes'
|
||||
|
||||
def _real_extract(self, url):
|
||||
return self._extract_ppv(url)
|
||||
return self._extract_vod(url)
|
||||
|
||||
|
||||
class TheaterComplexTownPPVIE(TheaterComplexTownBaseIE):
|
||||
|
@ -228,4 +228,4 @@ class TheaterComplexTownPPVIE(TheaterComplexTownBaseIE):
|
|||
_API_PATH = 'events'
|
||||
|
||||
def _real_extract(self, url):
|
||||
return self._extract_vod(url)
|
||||
return self._extract_ppv(url)
|
||||
|
|
Loading…
Reference in New Issue
Block a user