Browse Source

[yandexmusic] Add missing import

master
Sergey M․ 5 years ago
parent
commit
0250161c52
No known key found for this signature in database GPG Key ID: 2C393E0F18A9236D
1 changed files with 1 additions and 0 deletions
  1. 1
      youtube_dl/extractor/yandexmusic.py

1
youtube_dl/extractor/yandexmusic.py

@ -10,6 +10,7 @@ from ..utils import (
ExtractorError,
int_or_none,
float_or_none,
try_get,
)

Loading…
Cancel
Save