Final draft before making an official launch!
Tried to cut down as much as I could while still getting the point or information across. Is there any part of it that could still be better worded?
Operation Download And Conquer
Given how majority of the internet's audio and video services are provided by Google, thanks to Youtube, the purpose of this operation is to loosen the death-grip that has taken hold. This process will only require that you have a steady internet connection and (Advisably) 100 GB of free space. Here is the process:
Step 1
Download the latest versions of FFMpeg and Youtube-DL, and put all the programs into the same folder:
http://ffmpeg.org/
https://ytdl-org.github.io/youtube-dl/index.html
Step 2
Create an account to any video sites that you wish to distribute videos on. Here are some of the more well-known alternatives, as well as some recommended sites:
AfreecaTV:
https://www.afreecatv.com/
Bitchute:
https://www.bitchute.com/
BitTube:
https://bittube.tv/
D.tube:
https://d.tube/
Dailymotion:
https://www.dailymotion.com/
LBRY:
https://lbry.com/
NicoNico:
https://www.nicovideo.jp/
Rumble:
https://rumble.com/
Veoh:
https://www.veoh.com/
VidLii:
https://www.vidlii.com/
Vimeo:
https://vimeo.com/
When signing up, if you do not want to use your personal email, you can create a temporary one using any one of the numerous “10 minute email” websites, Cock.li (If you have a referral link), or you can create your own email address:
https://archive.fo/okVq4
Also, make sure that you fulfill whatever silly verification demands the site has so that you can upload videos without any issues
Step 3
Hold “Shift” and right-click in an empty part of the folder and select “Open command window here”. Afterwards you can download Youtube videos through one of the two following methods. First method is if you just want to repost videos and nothing more. All you have to put in the command
youtube-dl URL
and replace the “URL” with the actual link of the Youtube video, playlist, or channel that you want to download. Doing this will result in all the videos being downloaded, in the best quality possible, to the folder and nothing more.
The second method is for those looking repost videos in a more complete format. In the command line, instead of just the previously listed command, you copy and paste the following command:
LOGFILE="$PWD/logs/$(date +"%Y-%m-%d-%H-%M-%S.%N").log"
exec 3>&1 4>&2 >>$LOGFILE 2>&1
youtube-dl --verbose --ignore-errors --no-continue --no-overwrites --keep-video --no-post-overwrites --download-archive archive.txt --write-description --write-info-json --write-annotations --write-thumbnail --all-subs --output "%(uploader)s-(%(uploader_id)s)/%(upload_date)s-%(title)s/%(upload_date)s-%(title)s-%(id)s.%(ext)s" -f bestvideo[ext=mp4]+bestaudio[ext=m4a] -- $1
After doing so, replace the “$1” section of the final command line with the URL of the Youtube video, playlist, or channel that you want to download. The big difference here is that it will result in Youtube-dl creating an archive of videos already downloaded (To prevent downloading the same video repeatedly), all the videos and their files will be downloaded to their own individual folders, and videos will
only be downloaded in the best quality that is available (Instead of the best quality possible).
Make sure that the video downloaded by inputting the download command 3-5 times. Sometimes videos disconnect midway through, so you may need to perform this process several times, especially for longer videos.
For videos hidden behind age-gate, there are two ways to bypass this. The first option is to use yt-dlp:
https://github.com/yt-dlp/yt-dlp
It's the same program as Youtube-dl, except it has some QoL changes made to it. Also, make sure that you replace
youtube-dl
in the command to whatever the “.exe” for yt-dlp is called
For the second option, what you do is that you log into your Youtube account and go to a video. Then you can either dump your browser's cookies to the same same folder as the previously downloaded programs, add
after “youtube-dl” and before the rest of the command, and change the word “FILE” to the actual cookies file that you put into the folder;
ORyou can open the developer tab in your browser, copy the cookies requested by Youtube, and proceed to make your own cookies file:
https://archive.vn/FK3mH
If you download too many video in a short time, you may encounter a “HTTP Error 429: Too Many Requests” message that blocks you access. This can be bypassed by either filling out the Captcha on the Youtube website and dumping the cookies file afterwards or changing your IP address.
Step 4
Despite either method mentioned previously, sometimes there are leftover files that are trash. To delete this trash, search for and delete all “.part” files, audio files, and “.fXXX” video files found in the download folder. The “.part” files are videos that were unable to be fully downloaded for whatever reason and should be reattempted at a later date or downloaded through another method. The audio files and the “.fXXX” video files are just the individual audio and video for each Youtube video. They should automatically be deleted despite either method used, but verify just in case.
[Expand Post]
Step 5
Just re-upload the videos on all of the sites you made an account for. Also, it is advised that all uploaded videos should have this disclaimer in the description: “I did/do not create, publish, nor own the original video.”
If you're doing a more thorough upload, here's a breakdown of the files in the video folder. The “.description” files contain all the text from the video's description, and can be opened in Notepad. The image located in the folder is the Youtube thumbnail. The “.json” file is the video's configuration file for annotations. The “.m4a” file is just the video's audio file and should be deleted. The “.mp4” file is the actual video itself; if there are two “.mp4” files, delete the one ending in “.fXXX” as that's just the original video file without any audio. The “.vtt” file(s) is the official subtitles attached to the video.
Questions
>Why are some video sites with known issues recommended?
Because a bigger issue than all of those sites is the fact that Youtube has an artificial monopoly on the video-hosting market. And, a lot of these websites are just following their model and practices because they see it as successful and are not trying to compete. However, as is the goal of this operation, we will begin to see some sites altering their business model to better complete as their presence increases.
>What videos should I be uploading?
Advisably, just the videos you like to watch and rewatch. If you cannot think of what videos you should download, just sit back and think about the content you normally search for or listen to on Youtube, and repost that. The point is to just download and repost whatever is relevant to what you watch. Also, make sure that you're not flooding sites with 20 copies of the same video, so do a search on the sites before you upload to them.
>What can a small amount of nobodies on the internet accomplish?
If 10 anons were to download and upload 10 videos for 10 days straight, that would result in 1000 videos being distributed across other sites in under two weeks. You don't need a large group of people to cause a sudden and dramatic shift. All that's needed is just small steps taken one at a time, that compound into an avalanche.
>This isn't going to change anything as people are just going to fall back into their old habits.
I appreciate your criticism and advise that you go and rent a movie or game from Blockbuster or Hollywood Video.