Hacker0x01 / hacker101

Source code for Hacker101.com - a free online web and mobile security class.
https://www.hacker101.com
Other
13.83k stars 2.53k forks source link

Can you please provide downloadable urls of these videos for ones have no access to youtube #72

Closed 2071283913 closed 7 months ago

2071283913 commented 5 years ago

I have made a lot effort to try to visit youtube but failed.

I wonder that will you please provide urls for these videos that i can download and learn them.

Best wishes.

MilindPurswani commented 5 years ago

I think that would be really great, since some countries do prohibit access to YouTube content. Hackers in those countries will be greatly benefited if they are provided access to these videos from a secondary content provider, or perhaps storing videos in an s3 bucket won't be a bad idea.

b1gcat commented 5 years ago

+1

mayankmetha commented 4 years ago

+1

Btechgautam commented 4 years ago

Hello all,

Hope everyone is safe. This is Gautam Krishnan from Chennai. I am looking for a job in Cyber Security. I am a fresher with Internship experience and self learning into Cyber Security. I have completed courses like CEH CCNA(Only completed the course content and not certification) and currently working on OSCP. Any help this moment would be highly appreciated. If there is any opening kindly let me know.

Regards,

Gautam

reachgautamkrishnan@gmail.com reachgautamkrishnan@gmail.com

On Sat, May 2, 2020 at 1:11 PM Mayank Metha D notifications@github.com wrote:

+1

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Hacker0x01/hacker101/issues/72#issuecomment-622807228, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHM2YYPLSRPHADJ3TREEAZTRPPFCTANCNFSM4HCJUYZQ .

VaeterchenFrost commented 4 years ago

With for example https://unblockvideos.com/youtube-video-restriction-checker/ it would be possible to check the restrictions.

Then I notice that some videos are called like resources/08_android_hacking_tools.md : https://www.youtube.com/watch?v=y0O3sCX9ftM

And some inline like sessions/threat_modeling.md : <iframe id="ytplayer" type="text/html" width="640" height="360" src="https://www.youtube-nocookie.com/embed/6DI7RIXUTg8?rel=0&autoplay=0&origin={{ site.url }}" ...

VaeterchenFrost commented 4 years ago

It might be helpful if @2071283913 could provide some info what was tried, and with which videos there are problems.

1islammahfuZ commented 3 years ago

I have made a lot effort to try to visit youtube but failed.

I wonder that will you please provide urls for these videos that i can download and learn them.

Best wishes.

Tnx

sparkofwisdom commented 3 years ago

generate downloadable urls of these videos for ones have no access to youtube

Shows how to create CSV, TXT, PDF, ICS/iCal, etc files right within the browser without ever hitting server-side. Uses the Blob API to build files in the browser and the URL API to create object URLs from them to make them downloadable. The whole thing is as simple as ... const a = document.getElementById("a1"); const blob = new Blob(["your data"]); a.href = URL.createObjectURL(blob);

PrincessEclipse commented 3 years ago

This is a great thing to have. I like it!

tomdev commented 7 months ago

The links to YouTube videos are available in the source code; you can probably use online YouTube download websites to download these directly.

We do not plan on supporting direct download links.