<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yt/crates/yt_dlp/src, branch v1.4.0</title>
<subtitle>A fully featured command line YouTube client</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.4.0</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/clients/yt/atom?h=v1.4.0'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/'/>
<updated>2024-12-14T11:26:51+00:00</updated>
<entry>
<title>fix(yt_dlp/wrappers/info_json): Add missing fields to `Subtitle`</title>
<updated>2024-12-14T11:26:51+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-14T11:26:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=68c9070641ac714918c5cfcdbb3c5009113761d1'/>
<id>urn:sha1:68c9070641ac714918c5cfcdbb3c5009113761d1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(yt_dlp/wrappers/info_json): Treat `Extractor` and `ExtractorKey` as Strings</title>
<updated>2024-12-14T11:25:43+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-12-14T11:25:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=fcb297027bfb5f1bb97094b23b18522c761106f4'/>
<id>urn:sha1:fcb297027bfb5f1bb97094b23b18522c761106f4</id>
<content type='text'>
There are too many possible extractors to mandate hard-coding them in a
enumeration.
</content>
</entry>
<entry>
<title>build(treewide): Update dependencies</title>
<updated>2024-11-16T13:16:39+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-11-16T13:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=b17d7fe27a68c0ea93fb0d6e5b81fe3c166dcee0'/>
<id>urn:sha1:b17d7fe27a68c0ea93fb0d6e5b81fe3c166dcee0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix(yt_dlp/progress_hook): Mark estimates as such</title>
<updated>2024-11-04T19:29:29+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-11-04T19:29:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=887be12527ca8eba92b89226c6251089d30e3be5'/>
<id>urn:sha1:887be12527ca8eba92b89226c6251089d30e3be5</id>
<content type='text'>
Currently, the wildly changing estimate numbers are not differentiated
from the valid numbers.
</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>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_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>test(treewide): Fix, so they compile and ignore</title>
<updated>2024-10-14T19:02:12+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-14T18:59:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=baffdf885aab7490e1024a73f8ee3ce35817c586'/>
<id>urn:sha1:baffdf885aab7490e1024a73f8ee3ce35817c586</id>
<content type='text'>
The tests are just not in an ideal state right now. Running them via
`cargo test` still works, but the `yt_dlp` test simply seem to deadlock?
</content>
</entry>
<entry>
<title>refactor(treewide): Conform to the clippy and rust lints</title>
<updated>2024-10-14T16:05:33+00:00</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2024-10-14T16:05:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/clients/yt/commit/?id=2c7980b773cad586af5db8ff0755f1d74d94f7d1'/>
<id>urn:sha1:2c7980b773cad586af5db8ff0755f1d74d94f7d1</id>
<content type='text'>
</content>
</entry>
</feed>
