KBlixt / Movie-Extra-Downloader

Download movie extras from Youtube.
MIT License
25 stars 6 forks source link

time.clock is deprecated in python 3.8 #10

Closed kennethwsmith closed 3 years ago

kennethwsmith commented 3 years ago

I might have a configuration problem, but I believe time.clock is deprecated in Python 3.8

File "/home/home/Movie-Extra-Downloader-master/url_finders.py", line 3, in <module>
    from time import clock
ImportError: cannot import name 'clock' from 'time' (unknown location)
KBlixt commented 3 years ago

I have only verified the script for 3.5 and 3.6. Use one of those to run the script. I might maintain other version for it eventually.

KBlixt commented 3 years ago

this is now fixed