hacker101 icon indicating copy to clipboard operation
hacker101 copied to clipboard

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

Open 2071283913 opened this issue 6 years ago • 9 comments

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.

2071283913 avatar Mar 29 '19 13:03 2071283913

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.

MilindPurswani avatar Apr 02 '19 02:04 MilindPurswani

+1

b1gcat avatar Jun 20 '19 14:06 b1gcat

+1

mayankmetha avatar May 02 '20 07:05 mayankmetha

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

[email protected] [email protected]

On Sat, May 2, 2020 at 1:11 PM Mayank Metha D [email protected] 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 .

Btechgautam avatar May 06 '20 10:05 Btechgautam

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 avatar Jun 05 '20 21:06 VaeterchenFrost

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

VaeterchenFrost avatar Jun 05 '20 21:06 VaeterchenFrost

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

1islammahfuZ avatar Feb 24 '21 11:02 1islammahfuZ

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);

sparkofwisdom avatar Apr 16 '21 07:04 sparkofwisdom

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

PrincessEclipse avatar May 28 '21 15:05 PrincessEclipse