try to wget tags.js
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
TAGS_JS_FILE_URL = "https://d.digital.hermes/tags.js"
|
||||
def download_tags_file(url):
|
||||
import wget
|
||||
_file_name = wget.download(url)
|
||||
print(_file_name)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
download_tags_file(TAGS_JS_FILE_URL)
|
||||
Reference in New Issue
Block a user