mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-24 07:05:53 -07: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):
|
formats_dict=self._formats):
|
||||||
dash_formats.setdefault(df['format_id'], df)
|
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)
|
self._sort_formats(formats)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue