mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
Update youtube_dl/extractor/googlephotos.py
thanks again Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
parent
b44a9afcfc
commit
f6c7cda93a
1 changed files with 0 additions and 3 deletions
|
@ -54,9 +54,6 @@ class GooglePhotosIE(InfoExtractor):
|
|||
formats_dict=self._formats):
|
||||
dash_formats.setdefault(df['format_id'], df)
|
||||
|
||||
if dash_formats:
|
||||
formats = [f for f in formats if f['format_id'] not in dash_formats.keys()]
|
||||
formats.extend(dash_formats.values())
|
||||
|
||||
self._sort_formats(formats)
|
||||
|
||||
|
|
Loading…
Reference in a new issue