YoutubeExtractor
YoutubeExtractor copied to clipboard
Access Forbidden Error(403)
I am thinking that YouTube has changed something because my application was working fine until a couple of weeks ago. When I execute it gives me a 403 error. Is it me or has YouTube changed something?
I saw that too, it appears to happen with some videos. Mostly newer videos. similar issue #238, get the latest code (not the Nuget package) - it's fixed.
I get this error as well. You can "Fix" it for now by compiling the source code for yourself. however the nuget package should be updated soon enough. A similar issue has been answered by the Dev here #238
I just wanted to thank you all for the help, finally got through it. Thanks to the Dev as well
Hey @josephclarke333 I am new to programming and after i got the 403 forbidden Error, i tried to compile the latest code.
So after i am compiling the example codes to get the .dll's, i was adding the new YouTubeExtractor.dll and Newtonsoft.Json.dll to my Project as reference. Now i am able to use the DownloadUrlResolver Method but i can't find/use the VideoDownloader to make a new downloader object o.O
With NuGet package all was working fine without the 403 error for some videos.
Could you help me? :3 Or could the Dev update the NuGet package?
ADDITION:
For better explaining ^^ following line is working well with latest dll files:
VideoDownloader downloader = new VideoDownloader(video, Path.Combine(Application.StartupPath + "\\", illegal + video.VideoExtension));
But following ones are not working:
VideoDownloader downloader = new VideoDownloader(video, Path.Combine(Application.StartupPath + "\\", illegal + video.VideoExtension));
Can't use VideoDownloader
&
private void Downloader_DownloadProgressChanged(object sender, ProgressEventArgs e) { //some code}
Can't use ProgressEventArgs
Greez and sorry for my english, i hope you understand
I was having the same error and nuget wasn't updated so I downloaded the latest version, compiled it I then uninstalled the version I had and added the reference to the new compile and the error disappeared.
On May 13, 2017 2:34 PM, "Taki7o7" [email protected] wrote:
Hey @josephclarke333 https://github.com/josephclarke333 I am new to programming and after i got the 403 forbidden Error, i tried to compile the latest code.
So after i am compiling the example codes to get the .dll's, i was adding the new YouTubeExtractor.dll and Newtonsoft.Json.dll to my Project as reference. Now i am able to use the DownloadUrlResolver Method but i can't find/use the VideoDownloader to make a new downloader object o.O
With NuGet package all was working fine without the 403 error for some videos.
Could you help me? :3 Or could the Dev update the NuGet package?
Greez and sorry for my english, i hope you understand
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/flagbug/YoutubeExtractor/issues/243#issuecomment-301266407, or mute the thread https://github.com/notifications/unsubscribe-auth/AU-ISxIwqGWQpzyQ-_7K6xh8DTrp3XpLks5r5ffMgaJpZM4Mlzbj .
@RJTMediaGroup
Could you share the .dll for me to check if it's working with yours?(if it's allowed o.O)
I can but I won't be home until Tuesday so I can send it then
On May 13, 2017 2:42 PM, "Taki7o7" [email protected] wrote:
@RJTMediaGroup https://github.com/rjtmediagroup
Could you share the .dll for me to check if it's working with yours?(if it's allowed o.O)
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flagbug/YoutubeExtractor/issues/243#issuecomment-301266924, or mute the thread https://github.com/notifications/unsubscribe-auth/AU-IS61bLyhOSJYPDnor_ZBCdmpR71MSks5r5fmjgaJpZM4Mlzbj .
@RJTMediaGroup Thank's for your quick answer I am doing something wrong in the compiling step if i just compile the ExampleApplication and grab the YouTubeExtractor.dll and Newtonsoft.Json.dll and add it as reference in my project?
I could wait months if i can't get it running - thanks in advance Have a nice day
I just compiled the doll with none of the example apps
On May 13, 2017 2:47 PM, "Taki7o7" [email protected] wrote:
@RJTMediaGroup https://github.com/rjtmediagroup Thank's for your quick answer I am doing something wrong in the compiling step if i just compile the ExampleApplication and grab the YouTubeExtractor.dll and Newtonsoft.Json.dll and add it as reference in my project?
I could wait months if i can't get it running - thanks in advance Have a nice day
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flagbug/YoutubeExtractor/issues/243#issuecomment-301267214, or mute the thread https://github.com/notifications/unsubscribe-auth/AU-ISxLYr4tvOy20pKwxspFVUavnu8Opks5r5frKgaJpZM4Mlzbj .
Could you please send a copy to me as well. 👍
Hi, I am using YouTubeExtractor.dll to download the video from youtube. Some video is downloading well. But some of them returned error 403 forbidden.
I am not able to understand why it happens. Please help.
Link http://camerance.com/youtube
Thanks in advance.
Regards, Preetam