Browse Source

[utils] import re

remitamine 10 years ago
parent
commit
8d5b8b477e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      youtube_dl/downloader/http.py

+ 1 - 0
youtube_dl/downloader/http.py

@@ -4,6 +4,7 @@ import errno
 import os
 import socket
 import time
+import re
 
 from .common import FileDownloader
 from ..compat import (