How can I download an age-restricted YouTube video to my computer, free of charge? [closed]
This is the video.. None of these websites helped.
I don't know any programming. Thus youtube-dl looks too complicated.
ClipConverter
Hooktube offers to convert only to .mp3.
youtube
closed as off-topic by music2myear, PeterH, Twisty Impersonator, fixer1234, bertieb Dec 24 '18 at 2:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – PeterH, Twisty Impersonator, bertieb
If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
This is the video.. None of these websites helped.
I don't know any programming. Thus youtube-dl looks too complicated.
ClipConverter
Hooktube offers to convert only to .mp3.
youtube
closed as off-topic by music2myear, PeterH, Twisty Impersonator, fixer1234, bertieb Dec 24 '18 at 2:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – PeterH, Twisty Impersonator, bertieb
If this question can be reworded to fit the rules in the help center, please edit the question.
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20
add a comment |
This is the video.. None of these websites helped.
I don't know any programming. Thus youtube-dl looks too complicated.
ClipConverter
Hooktube offers to convert only to .mp3.
youtube
This is the video.. None of these websites helped.
I don't know any programming. Thus youtube-dl looks too complicated.
ClipConverter
Hooktube offers to convert only to .mp3.
youtube
youtube
edited Dec 21 '18 at 1:05
Amanda d'Halluin
asked Dec 21 '18 at 0:48
Amanda d'HalluinAmanda d'Halluin
1012
1012
closed as off-topic by music2myear, PeterH, Twisty Impersonator, fixer1234, bertieb Dec 24 '18 at 2:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – PeterH, Twisty Impersonator, bertieb
If this question can be reworded to fit the rules in the help center, please edit the question.
closed as off-topic by music2myear, PeterH, Twisty Impersonator, fixer1234, bertieb Dec 24 '18 at 2:42
This question appears to be off-topic. The users who voted to close gave this specific reason:
- "Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question." – PeterH, Twisty Impersonator, bertieb
If this question can be reworded to fit the rules in the help center, please edit the question.
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20
add a comment |
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20
add a comment |
1 Answer
1
active
oldest
votes
This is a good application from CNet; it has no viruses and is quite effective at doing so. It is Windows-only and has a nice GUI and can convert to multiple formats.
youtube-dl, however is a great tool to download age-restricted material. youtube-dl is only for the command line, however. It isn't platform-specific, however, so you can install it on Windows and macOS. You need the Python interpreter (2.6-2.7 or 3.2+) to run youtube-dl. The syntax, once you get it installed is this:
youtube-dl <website you want to download from>
For Debian and Ubuntu-based distos, it is available in the regular repositories. Install it using:
sudo apt-get install youtube-dl
For Fedora and CentOS (make sure the epel repository is enabled), use:
sudo yum install youtube-dl
There is a .exe with a wizard from the official website (not the GitHub page) for Windows command lines.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
This is a good application from CNet; it has no viruses and is quite effective at doing so. It is Windows-only and has a nice GUI and can convert to multiple formats.
youtube-dl, however is a great tool to download age-restricted material. youtube-dl is only for the command line, however. It isn't platform-specific, however, so you can install it on Windows and macOS. You need the Python interpreter (2.6-2.7 or 3.2+) to run youtube-dl. The syntax, once you get it installed is this:
youtube-dl <website you want to download from>
For Debian and Ubuntu-based distos, it is available in the regular repositories. Install it using:
sudo apt-get install youtube-dl
For Fedora and CentOS (make sure the epel repository is enabled), use:
sudo yum install youtube-dl
There is a .exe with a wizard from the official website (not the GitHub page) for Windows command lines.
add a comment |
This is a good application from CNet; it has no viruses and is quite effective at doing so. It is Windows-only and has a nice GUI and can convert to multiple formats.
youtube-dl, however is a great tool to download age-restricted material. youtube-dl is only for the command line, however. It isn't platform-specific, however, so you can install it on Windows and macOS. You need the Python interpreter (2.6-2.7 or 3.2+) to run youtube-dl. The syntax, once you get it installed is this:
youtube-dl <website you want to download from>
For Debian and Ubuntu-based distos, it is available in the regular repositories. Install it using:
sudo apt-get install youtube-dl
For Fedora and CentOS (make sure the epel repository is enabled), use:
sudo yum install youtube-dl
There is a .exe with a wizard from the official website (not the GitHub page) for Windows command lines.
add a comment |
This is a good application from CNet; it has no viruses and is quite effective at doing so. It is Windows-only and has a nice GUI and can convert to multiple formats.
youtube-dl, however is a great tool to download age-restricted material. youtube-dl is only for the command line, however. It isn't platform-specific, however, so you can install it on Windows and macOS. You need the Python interpreter (2.6-2.7 or 3.2+) to run youtube-dl. The syntax, once you get it installed is this:
youtube-dl <website you want to download from>
For Debian and Ubuntu-based distos, it is available in the regular repositories. Install it using:
sudo apt-get install youtube-dl
For Fedora and CentOS (make sure the epel repository is enabled), use:
sudo yum install youtube-dl
There is a .exe with a wizard from the official website (not the GitHub page) for Windows command lines.
This is a good application from CNet; it has no viruses and is quite effective at doing so. It is Windows-only and has a nice GUI and can convert to multiple formats.
youtube-dl, however is a great tool to download age-restricted material. youtube-dl is only for the command line, however. It isn't platform-specific, however, so you can install it on Windows and macOS. You need the Python interpreter (2.6-2.7 or 3.2+) to run youtube-dl. The syntax, once you get it installed is this:
youtube-dl <website you want to download from>
For Debian and Ubuntu-based distos, it is available in the regular repositories. Install it using:
sudo apt-get install youtube-dl
For Fedora and CentOS (make sure the epel repository is enabled), use:
sudo yum install youtube-dl
There is a .exe with a wizard from the official website (not the GitHub page) for Windows command lines.
edited Dec 21 '18 at 1:21
answered Dec 21 '18 at 1:16
Varun NarravulaVarun Narravula
396
396
add a comment |
add a comment |
On Firefox, I have the free Video Downloader Professional add-on installed. The video was readily downloadable. There doesn't seem to be any age restriction or issue, and nothing special was required. It isn't clear why you're having a problem.
– fixer1234
Dec 23 '18 at 10:20