• 15-10-2023, 02:18:09
    #1
    pip install pytubefix << Kurmanız gerekli..

    from pytubefix import YouTube
    from pytubefix.cli import on_progress
     
    url = input("URL Gir >")
     
    yt = YouTube(url, on_progress_callback = on_progress)
    print(yt.title)
     
    ys = yt.streams.get_highest_resolution()
    ys.download()
  • 15-10-2023, 02:34:12
    #2
    eyvallah dostum basit temiz etkili