From 6f1fa26d0bb16b41c08a7bae05cb57b098c743a6 Mon Sep 17 00:00:00 2001 From: oleksis <“oleksis.fraga@gmail.com”> Date: Mon, 25 May 2020 03:10:59 -0400 Subject: [PATCH] [picta] Update use api v2 + flake8 --- youtube_dl/extractor/picta.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/youtube_dl/extractor/picta.py b/youtube_dl/extractor/picta.py index f88f0d3af..efb81e7e7 100644 --- a/youtube_dl/extractor/picta.py +++ b/youtube_dl/extractor/picta.py @@ -64,7 +64,7 @@ class PictaIE(PictaBaseIE): "uploader": "admin", "timestamp": 1547656602, }, - "params": {"format": "4",}, + "params": {"format": "4"}, }, { "url": "https://www.picta.cu/medias/palmiche-galeno-tercer-lugar-torneo-virtual-robotica-2020-05-21-16-15-31-431895", @@ -92,7 +92,7 @@ class PictaIE(PictaBaseIE): "timestamp": 1590077731, }, }, - {"url": "https://www.picta.cu/embed/?v=818", "only_matching": True,}, + {"url": "https://www.picta.cu/embed/?v=818", "only_matching": True}, ] def _real_extract(self, url): @@ -138,7 +138,7 @@ class PictaEmbedIE(InfoExtractor): "uploader": "admin", "timestamp": 1547656602, }, - "params": {"format": "4",}, + "params": {"format": "4"}, } def _real_extract(self, url):