We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9956bf1 commit 6a2b62bCopy full SHA for 6a2b62b
src/plugins/privacy/plugin.py
@@ -247,7 +247,7 @@ def _parse_fragment(self, fragment: str):
247
248
# Parse and extract all external assets from a media file using a preset
249
# regular expression, and return all URLs found.
250
- def _parse_media(self, initiator: File) -> "list[URL]":
+ def _parse_media(self, initiator: File) -> list[URL]:
251
_, extension = posixpath.splitext(initiator.dest_uri)
252
if extension not in self.assets_expr_map:
253
return []
0 commit comments