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
parent 35da0c4bb8
commit ed1503f71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -92,4 +92,3 @@ class AparatIE(InfoExtractor):
'duration': int_or_none(player.get('duration')),
'formats': formats,
})