logo

youtube-dl

[mirror] Download/Watch videos from video hostersgit clone https://hacktivis.me/git/mirror/youtube-dl.git

posix-locale.sh (180B)


  1. # source this file in your shell to get a POSIX locale (which will break many programs, but that's kind of the point)
  2. export LC_ALL=POSIX
  3. export LANG=POSIX
  4. export LANGUAGE=POSIX