]> code.delx.au - webdl/commitdiff
Fixed missing import
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 13 Jun 2020 13:04:32 +0000 (23:04 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 13 Jun 2020 13:04:32 +0000 (23:04 +1000)
sbs.py

diff --git a/sbs.py b/sbs.py
index f596dfdfa94211caeb40e2ac592889a47b454149..c3cbe528086e947dc3dc0934e2895b95ff6a1e36 100644 (file)
--- a/sbs.py
+++ b/sbs.py
@@ -3,6 +3,7 @@ from common import grab_html, grab_json, grab_xml, download_hls, download_mpd, N
 
 import json
 import logging
 
 import json
 import logging
+import os
 import sys
 
 BASE = "https://www.sbs.com.au"
 import sys
 
 BASE = "https://www.sbs.com.au"