doomedraven / VirusTotalApi

VirusTotal Full api
MIT License
290 stars 85 forks source link

Error didnt solve... #18

Closed VikramKharvi closed 7 years ago

VikramKharvi commented 7 years ago

vikram@vikram:~/VirusTotalApi/vt$ python vt.py -ur google.com virustotal.com Traceback (most recent call last): File "vt.py", line 3204, in main() File "vt.py", line 3131, in main vt.url_scan_and_report(**options) File "vt.py", line 1719, in url_scan_and_report url_upload = url_upload.strip() AttributeError: 'list' object has no attribute 'strip' Sorry sir the error still persist

doomedraven commented 7 years ago

thanks, this one is different from previous one, one day i should add unittests, going to fix it :)

doomedraven commented 7 years ago

pushed fix, let me know is that fix it