Is it possible to embed a flash video into README.md on GitHub? It isn't showing up: https://github.com/mattdipasquale/PicSciP. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. Basically you can create a git repository for free on github, and use git to essentially upload files to their. Protip-watch Youtube videos in 2x.
Ever needed a tutorial or just download non copyrighted material from YouTube to watch or listen offline?
YouTube-dl is a command-line tool which is open source and can be used to download videos from YouTube, Facebook, and other popular sites, see the full list here.
NOTE: Keep in mind some media contains copyrighted material.
Installation for
Step 1
Make a directory on your desktop or anywhere you like. Get a copy of youtube-dl.exe and copy the file in to your directory.
Step 2
Create new text file and rename to download.ps1 (How to file extensions in the same directory.
Step 3
Get a copy of FFmpeg latest build for your windows architecture. Copy root folder in the zip file and copy over to your directory and rename it to FFmpeg.
Step 4 (Optional)
Edit download.ps1 with the editor of your choice. The code below downloads any YouTube video and converts to MP3 format(Requires FFmpeg or avconv).
Skip if you are familiar with commands.
Step 5
Youtube Video On Github Readme
By now your directory should look something like
If you skipped Step 4 you can run this command in Powershell in the same directory as youtube-dl.exe and your other files.
[]
Step 1
Update your system
Step 2
Github Readme Youtube Videos
The easy method is installing from the apt repository.
Or using pip.
Step 3 (Optional)
If you wish to download a song from the channel NoCopyrightSounds and convert to MP3 format (Requires FFmpeg or avconv).
Step 4
Before jumping straight to it read the the options youtube-dl has.
Alias to simplify and less typing.
Command: ytdl-mp3 your-url-here
Alias to empty youtube-dl cache.
Command: ytdl-cache
Youtube-dlg
Github Readme Youtube Video Editor
A front-end GUI for youtube-dl for those who dislike the terminal
Github Readme Youtube Video Download
Example: Download MP3 format
Github Readme Youtube Video
FFmpeg or avconv needed for this example. The argument --audio-format converts the video file to audio only, --audio-format the audio format in mp3, m4a etc and last the url.