mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 16:44:32 +01:00
Slight changes to enable scanning for videos in pages on logging in.
This commit is contained in:
parent
8901527aae
commit
88bf7eb9bb
@ -80,7 +80,7 @@ class PornTrexIE(PornTrexBaseIE):
|
||||
thumbnails.append({'url': thumbs})
|
||||
|
||||
formats = []
|
||||
movie_urls = re.findall(r"['\"](https://www.porntrex.com/get_file/.*?)/['\"]", webpage)
|
||||
movie_urls = re.findall(r"'(https://www.porntrex.com/get_file/.*?)/'", webpage)
|
||||
for movie_url in movie_urls:
|
||||
formats.append({'url': movie_url,
|
||||
'height': int(self._search_regex(r'_(\d+)p\.',
|
||||
|
Loading…
Reference in New Issue
Block a user