mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 17:18:01 +01:00
commit
c2787701cc
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def _real_extract(self, url):
|
|||
r'<source src="([^"]+)"', webpage, 'video URL')
|
||||
|
||||
title = self._html_search_regex(
|
||||
r'<title>([^<]+)\s*-\s*Free', webpage, 'title')
|
||||
r'<title>([^<]+) - \d+', webpage, 'title')
|
||||
|
||||
thumbnail = self._html_search_regex(
|
||||
r'poster="([^"]+)"',
|
||||
|
|
Loading…
Reference in a new issue