Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
2071283913 opened this issue Mar 29, 2019 · 10 comments

Comments

@2071283913
Copy link

2071283913 commented Mar 29, 2019

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 2071283913 changed the title Can you please provide download urls of these videos for ones have no access to youtube Can you please provide downloadable urls of these videos for ones have no access to youtube Mar 29, 2019
@MilindPurswani
Copy link

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
Copy link

b1gcat commented Jun 20, 2019

+1

1 similar comment
@mayankmetha
Copy link

+1

@Btechgautam
Copy link

Btechgautam commented May 6, 2020 via email

@VaeterchenFrost
Copy link

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
Copy link

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

@1islammahfuZ
Copy link

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
Copy link

sparkofwisdom commented Apr 16, 2021

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
Copy link

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

@tomdev
Copy link
Member

tomdev commented Apr 22, 2024

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.

@tomdev tomdev closed this as completed Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants