[extractor/stripchat] Don't modify input URL (#4781)

Authored by: dfaker
pull/4806/head
DepFA 2 years ago committed by GitHub
parent f26af78a8a
commit 76f2bb175d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -29,9 +29,7 @@ class StripchatIE(InfoExtractor):
def _real_extract(self, url):
video_id = self._match_id(url)
webpage = self._download_webpage(
'https://stripchat.com/%s/' % video_id, video_id,
headers=self.geo_verification_headers())
webpage = self._download_webpage(url, video_id, headers=self.geo_verification_headers())
data = self._parse_json(
self._search_regex(

Loading…
Cancel
Save