Update youtube_dl/extractor/googlephotos.py

thanks again

Co-authored-by: dirkf <fieldhouse@gmx.net>
This commit is contained in:
upintheairsheep 2023-02-22 09:28:18 -08:00 committed by GitHub
parent b44a9afcfc
commit f6c7cda93a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)