Hello World - 2024 - 2 Your description here. 2024-02-15T16:59:09+00:00 Typecho /typecho/feed/atom/2024/02/ <![CDATA[Lake Cholila]]> /typecho/3.html 2024-02-15T16:59:09+00:00 2024-02-15T16:59:09+00:00 lu /typecho Lake Cholila (Lago Cholila) is a lake in Chubut Province, Argentina. Lake Cholila is the uppermost of several large lakes in the Futaleufú River system of Argentina that via Yelcho Lake and the Yelcho River flows into the Pacific Ocean in Chile. The lake is of glacial origin and occupies a narrow east to west valley between glaciated peaks of the Andes.

Description

The Tigre River is born in glaciers at an altitude of about 1,500 metres (4,900 ft) along the border with Chile. From its source, it flows eastward about 30 kilometres (19 mi) to enter the upper end of Lake Cholila.

The outlet at the lower end of the lake is the Carrileufú River (River of Green Waters in the Mapuche language). The highest mountain in Chubut Province is Tres Picos, 2,515 metres (8,251 ft), about 10 kilometres (6.2 mi) west northwest of Lake Cholila.

The Carrileufú River should not be confused with the Carrenleufú or Palena River. Both names derive from the same Mapuche word. Although the lake is not located in a national park, the lake shore is mostly in a natural state. Cattle raising, tourism, and sport fishing are the principal occupations of the sparsely populated region.

]]>
<![CDATA[Youtube-dl]]> /typecho/6.html 2024-01-31T17:05:00+00:00 2024-01-31T17:05:00+00:00 lu /typecho Github

Installation

To install it right away for all UNIX users (Linux, macOS, etc.), type:

sudo curl -L https://yt-dl.org/downloads/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

If you do not have curl, you can alternatively use a recent wget:

sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
sudo chmod a+rx /usr/local/bin/youtube-dl

Windows users can download an .exe file and place it in any location on their PATH except for %SYSTEMROOT%\System32 (e.g. do not put in C:\Windows\System32).

You can also use pip:

sudo -H pip install --upgrade youtube-dl

This command will update youtube-dl if you have already installed it. See the pypi page for more information.

macOS users can install youtube-dl with Homebrew:

brew install youtube-dl

Or with MacPorts:

sudo port install youtube-dl

Alternatively, refer to the developer instructions for how to check out and work with the git repository. For further options, including PGP signatures, see the youtube-dl Download Page.

]]>