Transfer Media Files to Mobile Device via VLC¶
After installing the VLC app on your mobile device, enable Sharing via WiFi under . This will expose your device’s IP address and enable file transfer between that device and any web browser (or other dangerous entities).
Downloading YouTube¶
After installing FFmpeg, install youtube-dl. It is the best way to download YouTube content.
youtube-dl <URL/ID>
youtube-dl -o '%(playlist_index)s-%(title)s-%(id)s.%(ext)s' --yes-playlist --ignore-errors <playlist>
youtube-dl -ic --yes-playlist --extract-audio --audio-format mp3 --audio-quality 0 <URL/ID>