I know YouTube is a terrible provider of pirated content and also that it is almost impossible to pirate without a VPN, but I would like to know: if I download a movie from YouTube (directly from it, of course) without a VPN, will I receive “that type of message” from my ISP?

  • dicksteele@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    I believe the request to the server is the same as if you were watching it. It just runs the file from their server to your browser, with yt-dlp it sends a request to the server file the same way a browser does. You can view the source code which is well commented if you are able to understand python. The function is in yt-dlp/downloader/http.py