pinchflat/test/support
Kieran b202b3b865
Download indexed videos (#10)
* Clarified documentation

* more comments

* [WIP] hooked up basic video downloading; starting work on metadata

* Added metadata model and parsing

Adding the metadata model made me realize that, in many cases, yt-dlp
returns undesired input in stdout, breaking parsing. In order to get
the metadata model working, I had to change the way in which the app
interacts with yt-dlp. Now, output is written as a file to disk which
is immediately re-read and returned.

* Added tests for video download worker

* Hooked up video downloading to the channel indexing pipeline

* Adds tasks for media items

* Updated video metadata parser to extract the title
2024-01-30 19:42:00 -08:00
..
files Download indexed videos (#10) 2024-01-30 19:42:00 -08:00
fixtures Download indexed videos (#10) 2024-01-30 19:42:00 -08:00
scripts/yt-dlp-mocks Download indexed videos (#10) 2024-01-30 19:42:00 -08:00
conn_case.ex Index a channel (#9) 2024-01-26 11:12:22 -08:00
data_case.ex Index a channel (#9) 2024-01-26 11:12:22 -08:00
testing_helper_methods.ex Download indexed videos (#10) 2024-01-30 19:42:00 -08:00