Closed kissoq closed 8 years ago
Which VPN software are you using?
I am using Windows 7's own VPN support, configuring the vpn manually and not going through the vpn company's software. I assumed that would be the safest way to go? VPN protocol being L2TP, in case that makes a difference. Thanks for your help.
On Sun, May 29, 2016 at 2:23 PM, Yen Chi Hsuan notifications@github.com wrote:
Which VPN software are you using?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rg3/youtube-dl/issues/9578#issuecomment-222357800, or mute the thread https://github.com/notifications/unsubscribe/AJo_uE9mYFxc92-zhXwAVbWW8N06lwUGks5qGYUtgaJpZM4IkBnu .
Strange. Maybe this VPN does not allow traffic to https://nbcvodenc-i.akamaihd.net/i/NBCdotCOM/4c722cb6039c20872d14d18f81172816_,1696,1296,0896,0696,0496,0306,0240,0150,0064,.mp4.csmil/index_0_av.m3u8?e=7985ffe09f218020&__s__=&__a__=on&ads=
This is what I received from the VPN provider after sending them your response, hope it helps in some way. Any wya to download using a different protocol as they suggest? Thanks!
We have no traffic restrictions, once the vpn connected to server, the traffic made via that tunnel that has been created goes without our control or any technical possibility of setting restrictions. Also, we could not possibly set restrictions for only part of your activity there, if there were any restrictions, on speed or anything, you would have noticed it in general, it can not be done selectively for only something specifically that you download via our service :) What you could check with the source of that link if they have any restrictions in report to the protocols used by the vpn. I would suggest trying to make those downloads using a different protocol and see what the outcome is :) We would love to have it in our power and to be as simple as us lifting a limitations, but unfortunately it is not us that have control over this issue.
On Wed, Jun 1, 2016 at 7:26 AM, Yen Chi Hsuan notifications@github.com wrote:
Strange. Maybe this VPN does not allow traffic to https://nbcvodenc-i.akamaihd.net/i/NBCdotCOM/4c722cb6039c20872d14d18f81172816_,1696,1296,0896,0696,0496,0306,0240,0150,0064,.mp4.csmil/index_0_av.m3u8?e=7985ffe09f218020&__s__=&__a__=on&ads=
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/rg3/youtube-dl/issues/9578#issuecomment-222896024, or mute the thread https://github.com/notifications/unsubscribe/AJo_uI80z3a9BY9urgLM4-MfILMrgVx9ks5qHRf7gaJpZM4IkBnu .
OK I got 403 from an US proxy, too.
Note to myself: now ThePlatform m3u8 manifest requires an additional hdnea3
field.
Thanks for the report and sorry for the late response. NBC via proxies should be fixed in the next version. At least this video works fine with my US proxy.
Looking forward to testing the new version then. Thanks for the hard work!
Please follow the guide below
x
into all the boxes [ ] relevant to your issue (like that [x])Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2016.05.21.2. If it's not read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
If the purpose of this issue is a bug report, site support request or you are not completely sure provide the full verbose output as follows:
Add
-v
flag to your command line you run youtube-dl with, copy the whole output and insert it here. It should look similar to one below (replace it with your log inserted between triple ```):Description of your issue, suggested solution and other information
Latest versions, as of date of posting, of both youtube-dl and ffmpeg. Content is geo-restricted, so using a VPN to simulate location in NYC. VPN active system-wide and not app-wide, so in my eyes it should be passing all traffic through it. URL reporting the aforementioned behaviour: http://www.nbc.com/Kings/video/goliath/n1806 On a browser, url plays fine after accessing it with the vpn enabled. URL of the same nbc.com site and even the same show, working perfectly fine with youtube-dl (and also playing fine in browser with vpn enabled): http://www.nbc.com/classic-tv/kings/video/prosperity/2880912 Note the different url structure, so my guess is this 2nd link is using an 'old' nbc site structure or system, while the 1st one has been updated as is the part of nbc.com currently not worki with youtube-dl.exe
I have previously searched the forum for similar issues with nbc.com and have found some, but none was seeing the exact same behaviour as this one. Thanks for having a look at this!