mirror of
https://github.com/LucBerge/yt-dlp.git
synced 2025-03-17 19:57:52 +03:00
parent
8a40bffaf9
commit
962ffcf89c
15 changed files with 27 additions and 27 deletions
|
@ -142,7 +142,7 @@ class GenericIE(InfoExtractor):
|
|||
IE_DESC = 'Generic downloader that works on some sites'
|
||||
_VALID_URL = r'.*'
|
||||
IE_NAME = 'generic'
|
||||
_NETRC_MACHINE = False # Supress username warning
|
||||
_NETRC_MACHINE = False # Suppress username warning
|
||||
_TESTS = [
|
||||
# Direct link to a video
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue