[cleanup] Add keyword automatically to SearchIE descriptions
and some minor cleanup of docs
This commit is contained in:
parent
ec11a9f4a2
commit
96565c7e55
14 changed files with 80 additions and 73 deletions
|
|
@ -223,7 +223,7 @@ class TrovoChannelBaseIE(InfoExtractor):
|
|||
|
||||
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 @@ class TrovoChannelVodIE(TrovoChannelBaseIE):
|
|||
|
||||
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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue