You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of spawning another process via os.system() for downloading, we can just make use of the methods present in youtube-dl library (since, it is written in Python).
Would make a neater solution.
The text was updated successfully, but these errors were encountered:
Instead of spawning another process via
os.system()
for downloading, we can just make use of the methods present in youtube-dl library (since, it is written in Python).Would make a neater solution.
The text was updated successfully, but these errors were encountered: