<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yt, branch v1.3.1</title>
<subtitle>A fully featured command line YouTube client</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.3.1</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.3.1'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/'/>
<updated>2024-10-29T16:47:36+00:00</updated>
<entry>
<title>chore(version): v1.3.1</title>
<updated>2024-10-29T16:47:36+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:47:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=f5663a5272df726a0ca7424da619872e3858b10e'/>
<id>urn:sha1:f5663a5272df726a0ca7424da619872e3858b10e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>style(treewide): Format</title>
<updated>2024-10-29T16:44:00+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=9a47c1ffe2baab5aa6bf1aa39689aa376afec145'/>
<id>urn:sha1:9a47c1ffe2baab5aa6bf1aa39689aa376afec145</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(yt/videos/display): Also replace '“' in titles</title>
<updated>2024-10-29T16:38:11+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:38:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=0eb2a33115db423f1deec0fa5da598b0981f2af5'/>
<id>urn:sha1:0eb2a33115db423f1deec0fa5da598b0981f2af5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(yt_dlp/wrapper/info_json): Add further structure fields</title>
<updated>2024-10-29T16:33:44+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:33:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=a87454466800e5f360b6ea0c9ee9bec4ae2d2ce7'/>
<id>urn:sha1:a87454466800e5f360b6ea0c9ee9bec4ae2d2ce7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(yt/watch): Refine the warning on empty queue</title>
<updated>2024-10-29T16:32:15+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:32:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=a3a13188d9eafefc58751fe539137ca5a733f18c'/>
<id>urn:sha1:a3a13188d9eafefc58751fe539137ca5a733f18c</id>
<content type='text'>
This avoids spamming the terminal with "Queue is empty" messages, when
one warning would have been enough.
</content>
</entry>
<entry>
<title>fix(yt_dlp/lib/progress_hook): Avoid overriding previous messages</title>
<updated>2024-10-29T16:31:01+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-29T16:31:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=5c7a16758c956d1ff30e68f497a07bfeefae22bb'/>
<id>urn:sha1:5c7a16758c956d1ff30e68f497a07bfeefae22bb</id>
<content type='text'>
Otherwise, the hook would simply cancel the already printed line.
</content>
</entry>
<entry>
<title>fix(yt_dlp/lib/progress_hook): Estimate `total_byte_size` better</title>
<updated>2024-10-19T12:28:32+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-19T12:28:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=709066c8c6a8ee1cc1f4dfbc032cfaad141e12f8'/>
<id>urn:sha1:709066c8c6a8ee1cc1f4dfbc032cfaad141e12f8</id>
<content type='text'>
This still is sort of weird, because the total byte size changes whilst
downloading, but it is still immensely better than just putting a `0`
there.
</content>
</entry>
<entry>
<title>fix(yt/cache): Don't try to delete video cache paths that don't exist anymore</title>
<updated>2024-10-19T12:26:28+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-19T12:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=dd1d471820251dc9c5f60a5508e0e80711fb221a'/>
<id>urn:sha1:dd1d471820251dc9c5f60a5508e0e80711fb221a</id>
<content type='text'>
This is a quite common problem, because the download dir (residing on
`/tmp/yt` by default) is cleared with every reboot, leaving the stale
`cache_path` entries in the database.
If a user would than run `yt download --force` these already deleted
`cache_paths` should not be deleted again.
</content>
</entry>
<entry>
<title>fix(yt/download): Create the download dir, if it does not exist</title>
<updated>2024-10-19T12:25:52+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-19T12:25:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=48fee6897097ef9eb5a21271d55155388a05a13b'/>
<id>urn:sha1:48fee6897097ef9eb5a21271d55155388a05a13b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(version): v1.3.0</title>
<updated>2024-10-14T19:17:40+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-14T19:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=94b7d0eb7caddbefdf57267b33c6be9e6db37b75'/>
<id>urn:sha1:94b7d0eb7caddbefdf57267b33c6be9e6db37b75</id>
<content type='text'>
</content>
</entry>
</feed>
