Skip to content

Commit 7e8b3f9

Browse files
committed
[youtube] Remove unused code
1 parent ac19c3a commit 7e8b3f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

youtube_dl/extractor/youtube.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ class YoutubeBaseInfoExtractor(InfoExtractor):
6565

6666
_PLAYLIST_ID_RE = r'(?:(?:PL|LL|EC|UU|FL|RD|UL|TL|PU|OLAK5uy_)[0-9A-Za-z-_]{10,}|RDMM)'
6767

68-
def _ids_to_results(self, ids):
69-
return [
70-
self.url_result(vid_id, 'Youtube', video_id=vid_id)
71-
for vid_id in ids]
72-
7368
def _login(self):
7469
"""
7570
Attempt to log in to YouTube.

0 commit comments

Comments
 (0)