mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-12-17 22:55:42 +07:00
[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
This commit is contained in:
@@ -223,7 +223,7 @@ def _real_extract(self, url):
|
||||
|
||||
class TrovoChannelVodIE(TrovoChannelBaseIE):
|
||||
_VALID_URL = r'trovovod:(?P<id>[^\s]+)'
|
||||
IE_DESC = 'All VODs of a trovo.live channel, "trovovod" keyword'
|
||||
IE_DESC = 'All VODs of a trovo.live channel; "trovovod:" prefix'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'trovovod:OneTappedYou',
|
||||
@@ -244,7 +244,7 @@ def _get_vod_json(self, page, uid):
|
||||
|
||||
class TrovoChannelClipIE(TrovoChannelBaseIE):
|
||||
_VALID_URL = r'trovoclip:(?P<id>[^\s]+)'
|
||||
IE_DESC = 'All Clips of a trovo.live channel, "trovoclip" keyword'
|
||||
IE_DESC = 'All Clips of a trovo.live channel; "trovoclip:" prefix'
|
||||
|
||||
_TESTS = [{
|
||||
'url': 'trovoclip:OneTappedYou',
|
||||
|
||||
Reference in New Issue
Block a user