mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2026-09-16 07:42:07 +00:00
[cleanup] Add more ruff rules (#10149)
Authored by: seproDev Reviewed-by: bashonly <[email protected]> Reviewed-by: Simon Sawicki <[email protected]>
This commit is contained in:
@@ -19,7 +19,7 @@ class CrackedIE(InfoExtractor):
|
||||
'title': 'If Animal Actors Got E! True Hollywood Stories',
|
||||
'timestamp': 1404954000,
|
||||
'upload_date': '20140710',
|
||||
}
|
||||
},
|
||||
}, {
|
||||
# youtube embed
|
||||
'url': 'http://www.cracked.com/video_19006_4-plot-holes-you-didnt-notice-in-your-favorite-movies.html',
|
||||
@@ -32,7 +32,7 @@ class CrackedIE(InfoExtractor):
|
||||
'upload_date': '20140725',
|
||||
'uploader_id': 'Cracked',
|
||||
'uploader': 'Cracked',
|
||||
}
|
||||
},
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
|
||||
Reference in New Issue
Block a user