]> jfr.im git - yt-dlp.git/blobdiff - yt_dlp/webvtt.py
Remove Python 3.6 support
[yt-dlp.git] / yt_dlp / webvtt.py
index b8974f883185c0bd3315bb381fa67305e644752a..cc2353436a09a0bc2859886a2e179bf6e542e3b6 100644 (file)
@@ -9,8 +9,8 @@
 """
 
 import io
+import re
 
-from .compat import re
 from .utils import int_or_none, timetuple_from_msec