1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-22 09:50:25 +08:00

Update Aparat regex

Fix end of file newline for CI checks
This commit is contained in:
Marwan Yassin
2020-03-15 06:05:12 +02:00
committed by GitHub
Unverified
parent 35da0c4bb8
commit ed1503f71e
-1
View File
@@ -92,4 +92,3 @@ class AparatIE(InfoExtractor):
'duration': int_or_none(player.get('duration')),
'formats': formats,
})