Parcourir la source

forgot to import json json

M.Yasoob Khalid il y a 12 ans
Parent
commit
8e5e059d7d
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      youtube_dl/extractor/exfm.py

+ 1 - 0
youtube_dl/extractor/exfm.py

@@ -1,4 +1,5 @@
 import re
+import json
 
 from .common import InfoExtractor