trying to download video using Youtube-DL - youtube-dl

i'm trying to download a video from fox.com using youtube-dl
I was able to successfully do that the first time, but the second time i got this:
HTTP Error 403: Forbidden
However it works for youtube videos and all other videos.
I'm not sure why it's not working anymore.
I did this:
youtube-dl --rm-cache-dir
still wont work
this is my command:
youtube-dl --no-check-certificate https://foxtv-vod.ercdn.net/Mucize-Doktor/fragmanlar/36/PRY1MUCIZED_EP36_05KSMPRS_V1.smil/hlssubplaylist-video_2400000-audio_126416.m3u8?e=1604159028&st=KjHdKui2__4cGA8u4OY-kA

Related

ERROR: Unable to download webpage: HTTP Error 403: Forbidden in youtube-dl

I want to download Udemy site videos with youtube-dl.
This is a sample code:
enter image description here
I also used the following command but the problem was not solved
youtube-dl --rm-cache-dir
I also use the latest version of youtube-dl.
Please help me!
https://github.com/ytdl-org/youtube-dl/issues/26600
It's a known issue. There's no fix for it at this time. Udemy changed how their cookies and session-id's are handled.
First, find the directory which youtube-dl
For me it was '/usr/bin/youtube-dl' in Ubuntu 20.04.
Then grant the permission sudo chmod a+rx /usr/bin/youtube-dl.
Then enter the command.
This worked for me though the download speed is really low.
Hope this will work for you as well.
** Try --verbose if the problem is still there.

Unable to checkout wso2 samples

I am trying to checkout wso2 tutorials as mentioned at this link:
https://docs.wso2.com/display/IS500/Configuring+Single+Sign-On+with+SAML+2.0#ConfiguringSingleSign-OnwithSAML2.0-Prerequisites
Using the svn I am getting next error:
Could anyone please suggest the solution - how to avoid this error ?
Looks like you are having a problem with your svn client.
You can either got URL from browser and download the content or use command line tool to download the content.
http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.0.0/modules/samples/sso/
wget -r --no-parent http://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/is/5.0.0/modules/samples/sso/

How to install older version of Firefox on AWS (Ubuntu)?

I'm trying to use an older version of Firefox on AWS (running selenium, 55 isn't compatible) but I haven't had any luck. When I try to download the compressed older files, I get
(firefox:6186): GConf-WARNING **: Client failed to connect to the D-BUS daemon:
/usr/bin/dbus-launch terminated abnormally without any error message
Any ways to fix this/alternate ways to download?
I faced same issue with firefox when I was running selenium project with it. I did the following things that helped me. First uninstall the firefox by using command,
sudo apt-get remove --purge firefox
Some of the old files could also be there, you need to remove them manually.
Then you can install the previous version from the link provided below which shows list of all previous versions of the firefox, version 54, works fine for selenium.
https://support.mozilla.org/en-US/kb/install-older-version-of-firefox
When you install it, Mozilla build for Firefox would be opened as a browser and you can perform selenium tests there.
Hope this helps!

How to Download and install Coldfusion in Local Linux?

Am newbie to Coldfusion,Am tried to download and install coldfusion in my local using below link,
Download link
Once am filled form Got error like below image.
How to download and install coldfusion in linux?Is it possible to download and install in localhost?
#geetha-janarthanan , Error 403 might be coming from the broswer. Please try an alternate browser. I just tried the download link in IE/Chrome (latest version) and its downloading correctly.

Refile gem ImageMagick error

Using Refile gem to upload messages in my app to s3. My server is Ubuntu 16 and I am using Capistano and Nginx for deployment and server. Not sure why this error is coming up in production, but I am having trouble retrieving images in production from s3. It works fine in Dev, but in production, the images upload fine and I can see them in my s3 bucket, but they do not display when I try to retrieve them. The error message I get in the log files is:
Refile::App: Error -> ImageMagick/GraphicsMagick is not installed
I have installed imagemagick and graphicsmagick on my server but no change. Is anyone else having this issue and what could be missing?
This must solve your problem
sudo apt-get install imagemagick
if still problem exists this may work Click to go to documentation