YouTube-GDD
YouTube-GDD copied to clipboard
Circular Import issue
AttributeError: partially initialized module 'selectors' has no attribute 'SelectSelector' (most likely due to a circular import)
When I try to run download.py to downlaod the videos, I run into an issue of circular imports having the above attribute error. Could you give a fix to this issue?