Skip to content

Commit

Permalink
[youtube] Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
dstftw committed Apr 20, 2021
1 parent ac19c3a commit 7e8b3f9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions youtube_dl/extractor/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,6 @@ class YoutubeBaseInfoExtractor(InfoExtractor):

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

def _ids_to_results(self, ids):
return [
self.url_result(vid_id, 'Youtube', video_id=vid_id)
for vid_id in ids]

def _login(self):
"""
Attempt to log in to YouTube.
Expand Down

0 comments on commit 7e8b3f9

Please sign in to comment.