Update yourupload.py

master
Arjix 2021-06-21 20:53:02 +03:00 committed by GitHub
parent 38ebb40ca3
commit a30b5afef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Yourupload(BaseExtractor):
response = helpers.get(self.url)
except HTTPError:
logger.error('File not found.')
raise
return {'stream_url': ''}
file = re.search(regex, response.text).group(1)
return {