After first download with youtube-dl my access to youtube was blockedHow do I get a YouTube video thumbnail from the YouTube API?embedding youtube videos using modernizer, rather then an iframecURL - File is not downloaded when using curlHow to get Youtube url from MySQL database?Youtube get video file linkHTML YouTube video embed throws out js errors and downloads video on when viewed in mobileYoutube VIdeo direct download links “Access to SERVERNAME was denied” error?How to protect video from download like youtubeYoutube - downloading a playlist - youtube-dlSwitching between Youku and YouTube based on whether you're in China

Is multiplication of real numbers uniquely defined as being distributive over addition?

Why should public servants be apolitical?

Ex-contractor published company source code and secrets online

Physics of Guitar frets and sound

Keeping a Weakness Secret

Can you use Shapechange with character feats to Grapple the Tarrasque?

Do other countries guarantee freedoms that the United States does not have?

In the movie Harry Potter and the Order or the Phoenix, why didn't Mr. Filch succeed to open the Room of Requirement if it's what he needed?

Blocking people from taking pictures of me with smartphone

In Pokémon Go, why does one of my Pikachu have an option to evolve, but another one doesn't?

How can I tell if a flight itinerary is fake?

Does a code snippet compile? Or does it gets compiled?

Infeasibility in mathematical optimization models

Can I call myself an assistant professor without a PhD

Why are the inside diameters of some pipe larger than the stated size?

Best gun to modify into a monsterhunter weapon?

How can glass marbles naturally occur in a desert?

Are there any differences in causality between linear and logistic regression?

Improving software when the author can see no need for improvement

During the Space Shuttle Columbia Disaster of 2003, Why Did The Flight Director Say, "Lock the doors."?

How to identify the wires on the dimmer to convert it to Conventional on/off switch

What is the idiomatic way of saying “he is ticklish under armpits”?

Sierpinski turtle triangle

Should I self-publish my novella on Amazon or try my luck getting publishers?



After first download with youtube-dl my access to youtube was blocked


How do I get a YouTube video thumbnail from the YouTube API?embedding youtube videos using modernizer, rather then an iframecURL - File is not downloaded when using curlHow to get Youtube url from MySQL database?Youtube get video file linkHTML YouTube video embed throws out js errors and downloads video on when viewed in mobileYoutube VIdeo direct download links “Access to SERVERNAME was denied” error?How to protect video from download like youtubeYoutube - downloading a playlist - youtube-dlSwitching between Youku and YouTube based on whether you're in China






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








-1















I used youtube-dl to download a video and use VPN to access youtube.
After connect to the VPN my ip was changed and I can see youtube.com.
But after try to download first video I can not download any thing and the log is:



ERROR: Unable to download webpage: <urlopen error [Errno 101] Network is
unreachable> (caused by URLError(OSError(101, 'Network is unreachable'),))


So I looking for solution for this error and just find somthing like this link:



https://github.com/ytdl-org/youtube-dl/issues/9438



And after I read it, I can not find any solution for my case.



I try to curl address also but this try is faild and it shown me this error:
* Could not resolve host: www.youtube.com
* Closing connection 0
curl: (6) Could not resolve host: www.youtube.com



youtube-dl --version
2018.03.14

curl --version
curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1a zlib/1.2.11


And wonderful thing is I can see youtube.com in my firefox browser but I can not access to it with curl or youtube-dl.



It seems somthing crashed after about 5 minutes and I can not access to youtube website.










share|improve this question
































    -1















    I used youtube-dl to download a video and use VPN to access youtube.
    After connect to the VPN my ip was changed and I can see youtube.com.
    But after try to download first video I can not download any thing and the log is:



    ERROR: Unable to download webpage: <urlopen error [Errno 101] Network is
    unreachable> (caused by URLError(OSError(101, 'Network is unreachable'),))


    So I looking for solution for this error and just find somthing like this link:



    https://github.com/ytdl-org/youtube-dl/issues/9438



    And after I read it, I can not find any solution for my case.



    I try to curl address also but this try is faild and it shown me this error:
    * Could not resolve host: www.youtube.com
    * Closing connection 0
    curl: (6) Could not resolve host: www.youtube.com



    youtube-dl --version
    2018.03.14

    curl --version
    curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1a zlib/1.2.11


    And wonderful thing is I can see youtube.com in my firefox browser but I can not access to it with curl or youtube-dl.



    It seems somthing crashed after about 5 minutes and I can not access to youtube website.










    share|improve this question




























      -1












      -1








      -1


      1






      I used youtube-dl to download a video and use VPN to access youtube.
      After connect to the VPN my ip was changed and I can see youtube.com.
      But after try to download first video I can not download any thing and the log is:



      ERROR: Unable to download webpage: <urlopen error [Errno 101] Network is
      unreachable> (caused by URLError(OSError(101, 'Network is unreachable'),))


      So I looking for solution for this error and just find somthing like this link:



      https://github.com/ytdl-org/youtube-dl/issues/9438



      And after I read it, I can not find any solution for my case.



      I try to curl address also but this try is faild and it shown me this error:
      * Could not resolve host: www.youtube.com
      * Closing connection 0
      curl: (6) Could not resolve host: www.youtube.com



      youtube-dl --version
      2018.03.14

      curl --version
      curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1a zlib/1.2.11


      And wonderful thing is I can see youtube.com in my firefox browser but I can not access to it with curl or youtube-dl.



      It seems somthing crashed after about 5 minutes and I can not access to youtube website.










      share|improve this question
















      I used youtube-dl to download a video and use VPN to access youtube.
      After connect to the VPN my ip was changed and I can see youtube.com.
      But after try to download first video I can not download any thing and the log is:



      ERROR: Unable to download webpage: <urlopen error [Errno 101] Network is
      unreachable> (caused by URLError(OSError(101, 'Network is unreachable'),))


      So I looking for solution for this error and just find somthing like this link:



      https://github.com/ytdl-org/youtube-dl/issues/9438



      And after I read it, I can not find any solution for my case.



      I try to curl address also but this try is faild and it shown me this error:
      * Could not resolve host: www.youtube.com
      * Closing connection 0
      curl: (6) Could not resolve host: www.youtube.com



      youtube-dl --version
      2018.03.14

      curl --version
      curl 7.58.0 (x86_64-pc-linux-gnu) libcurl/7.58.0 OpenSSL/1.1.1a zlib/1.2.11


      And wonderful thing is I can see youtube.com in my firefox browser but I can not access to it with curl or youtube-dl.



      It seems somthing crashed after about 5 minutes and I can not access to youtube website.







      youtube playlist youtube-dl






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 27 at 9:34







      Babak no'doust

















      asked Mar 27 at 6:35









      Babak no'doustBabak no'doust

      1461 silver badge10 bronze badges




      1461 silver badge10 bronze badges

























          1 Answer
          1






          active

          oldest

          votes


















          0














          After searching a lot, I realized that the problem was from CURL and VPN so I deleted the 'curl'.
          And 'youtube-dl' completely removed and reinstalled.
          And then it works for me.






          share|improve this answer
























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55371173%2fafter-first-download-with-youtube-dl-my-access-to-youtube-was-blocked%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            After searching a lot, I realized that the problem was from CURL and VPN so I deleted the 'curl'.
            And 'youtube-dl' completely removed and reinstalled.
            And then it works for me.






            share|improve this answer





























              0














              After searching a lot, I realized that the problem was from CURL and VPN so I deleted the 'curl'.
              And 'youtube-dl' completely removed and reinstalled.
              And then it works for me.






              share|improve this answer



























                0












                0








                0







                After searching a lot, I realized that the problem was from CURL and VPN so I deleted the 'curl'.
                And 'youtube-dl' completely removed and reinstalled.
                And then it works for me.






                share|improve this answer













                After searching a lot, I realized that the problem was from CURL and VPN so I deleted the 'curl'.
                And 'youtube-dl' completely removed and reinstalled.
                And then it works for me.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Apr 14 at 16:37









                Babak no'doustBabak no'doust

                1461 silver badge10 bronze badges




                1461 silver badge10 bronze badges





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.



















                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55371173%2fafter-first-download-with-youtube-dl-my-access-to-youtube-was-blocked%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript