Skip to content

Instantly share code, notes, and snippets.

View mzughbor's full-sized avatar

Mahmoud Zuhgbor mzughbor

View GitHub Profile
@mzughbor
mzughbor / JetBrains trial reset.md
Created October 20, 2024 14:24 — forked from h3ssan/JetBrains trial reset.md
Reset all JetBrains products trial in Linux

In some cases, only these lines will work

for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine; do
    rm -rf ~/.config/$product*/eval 2> /dev/null
    rm -rf ~/.config/JetBrains/$product*/eval 2> /dev/null
done

But if not, try these

try:
from pytube import YouTube
from pytube import Playlist
except Exception as e :
print( " Some Modules are missing {}".format(e))
#url = "https://www.youtube.com/watch?v=U0fk5L1ifbo"
url = "https://www.youtube.com/watch?v=p2L0i5_WTCM"
ytd = YouTube(url)