projects
/
youtube-dl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d286bd
)
[wat] remove unused variable
author
Remita Amine
<remitamine@gmail.com>
Thu, 21 Jan 2021 16:22:30 +0000
(17:22 +0100)
committer
Remita Amine
<remitamine@gmail.com>
Thu, 21 Jan 2021 16:22:30 +0000
(17:22 +0100)
youtube_dl/extractor/wat.py
patch
|
blob
|
history
diff --git
a/youtube_dl/extractor/wat.py
b/youtube_dl/extractor/wat.py
index 7214bfebf7c22cb4e37a52d050b68d7adb9f2ccc..f6940b371bfc60e268be2c1e1be2be9e3f843e35 100644
(file)
--- a/
youtube_dl/extractor/wat.py
+++ b/
youtube_dl/extractor/wat.py
@@
-43,15
+43,6
@@
class WatIE(InfoExtractor):
},
]
- _FORMATS = (
- (200, 416, 234),
- (400, 480, 270),
- (600, 640, 360),
- (1200, 640, 360),
- (1800, 960, 540),
- (2500, 1280, 720),
- )
-
def _real_extract(self, url):
video_id = self._match_id(url)
video_id = video_id if video_id.isdigit() and len(video_id) > 6 else compat_str(int(video_id, 36))