Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Archiving Full YouTube Accounts--A youtube-dl Tutorial For PC Users (Mostly Installation-Wise):
- Setup
- ----
- 1. Download the latest version of youtube-dl here: http://youtube-dl.org/ .
- 2. Create a certain folder for it (like ytdl). You will also need ffmpeg.exe (download link; I promise there's no viruses; check the site Virustotal for proof: https://my.mixtape.moe/hinbin.zip). This is to merge high quality YouTube videos (e.g. 480p) with audio.
- 3. Put ffmpeg.exe in the same directory as youtube-dl.exe
- Usage
- ----
- 1. Go to the directory in which the files are in with cmd.
- 2. Type this in to download a YouTube channel with metadata: youtube-dl -t --console-title --call-home --title --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations -f bestvideo+bestaudio CHANNELURL
- 3. Wait for it to finish.
- Uploading:
- 1. To mirror YouTube accounts, I use the spacious Internet Archive. Head to the link http://archive.org/upload/ to upload the files.
- 2. Either drag and drop the files or select them by clicking the link's "Choose files to upload" button.
- 3. Give an appropriate title and url identifier. My convention for the title is "YouTube Account: CHANNELNAME" and for the Page URL "yt-CHANNELNAME".
- 4. Add a description and preferably link to the original channel.
- 5. Add subject tags. I recommend "youtube" and "ytisevil" tags, which I use for every upload.
- 6. Click the blue button at the bottom of the page "Upload and create your item".
- 7. Wait for it to finish. The upload length will vary based on your connection speed and size of the file(s).
- Notes:
- 1. Unfortunately, if an account has a video no longer available because of copyright, the program will terminate. Because YouTube is YouTube, this is common. :( If this happens, then highlight all of the urls of the uploader's videos and, with the Firefox extension "Copy All Links" (link: https://addons.mozilla.org/en-us/firefox/addon/copy-links/), select the option "Copy Selected Links".
- 1.1. Afterward, go to this link to alphabetize the list of URLs you selected: http://www.textfixer.com/tools/alphabetize-text-words.php . I only select the option "Use a line break separator" and uncheck "Remove Punctuation, and Brackets".
- 1.2. One it finishes, copy the output into a text file, which should be in the same directory as youtube-dl.exe. Remove any video without a youtube.com/watch?v= in the url.
- 1.3. Then, use this command to download the links from the text file:
- youtube-dl -t --console-title --call-home --title --continue --retries 4 --write-info-json --write-description --write-thumbnail --write-annotations -f bestvideo+bestaudio --batch-file=FILENAME
- 1.4. If you encounter the error of "This video is not available in your country", then you'll have to unfortunately remove the link to the video in the text file. You can find it by looking at the identifier in the command prompt (which will follow the text [youtube] (in square brackets) but precede the colon (:). This is what you will see while a video tries to download: "[youtube] MKk1m3Lf--w:".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement