From 2cd4411ff883980f55c77ea1ed03fc16691d49ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 14 Apr 2023 19:00:56 +0200 Subject: [PATCH] [nitter] extract videos from 'source' elements (#3912) --- gallery_dl/extractor/nitter.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gallery_dl/extractor/nitter.py b/gallery_dl/extractor/nitter.py index 725788a0..5f4ceeaf 100644 --- a/gallery_dl/extractor/nitter.py +++ b/gallery_dl/extractor/nitter.py @@ -93,6 +93,11 @@ class NitterExtractor(BaseExtractor): "filename" : name.rpartition(".")[0], "extension": "mp4", }) + + for url in text.extract_iter( + attachments, '