mirror of
https://github.com/l1ving/youtube-dl
synced 2025-02-03 03:13:11 +08:00
[ellentube] Add ie to url_result
This commit is contained in:
parent
6d006044bc
commit
572292fcc4
@ -78,7 +78,7 @@ class EllenTubeVideoIE(InfoExtractor):
|
||||
video_id = self._html_search_regex(
|
||||
r'(?s)<!--\s*CONTENT\s*-->.*data-config.+([\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12})',
|
||||
webpage, 'video id')
|
||||
return self.url_result('ellentube:%s' % video_id)
|
||||
return self.url_result('ellentube:%s' % video_id, 'EllenTube')
|
||||
|
||||
|
||||
class EllenTubePlaylistIE(InfoExtractor):
|
||||
|
Loading…
Reference in New Issue
Block a user