youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

posix-locale.sh (180B)


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