Closed 2071283913 closed 7 months 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.
+1
+1
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 .
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 }}"
...
It might be helpful if @2071283913 could provide some info what was tried, and with which videos there are problems.
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
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);
This is a great thing to have. I like it!
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.
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.