{"id":22820162,"url":"https://github.com/kizzycode/feedme-rust","last_synced_at":"2025-03-30T23:16:33.988Z","repository":{"id":66117950,"uuid":"583998987","full_name":"KizzyCode/FeedMe-rust","owner":"KizzyCode","description":"FeedMe is a collection of libraries and tools to create podcast feeds from various sources","archived":false,"fork":false,"pushed_at":"2025-01-11T21:32:52.000Z","size":83,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T04:44:16.145Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE BSD 2-CLAUSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-31T20:55:12.000Z","updated_at":"2025-01-11T21:32:56.000Z","dependencies_parsed_at":"2024-11-13T20:21:53.696Z","dependency_job_id":"08a7f315-39a4-4c28-87e9-0449214b441c","html_url":"https://github.com/KizzyCode/FeedMe-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FFeedMe-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FFeedMe-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FFeedMe-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FFeedMe-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/FeedMe-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-12T15:16:47.085Z","updated_at":"2025-03-30T23:16:33.956Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/FeedMe-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/FeedMe-rust)\n\n\n# `FeedMe`\nFeedMe is a collection of libraries and tools to create podcast feeds from various sources.\n\n\n## Example `feedme-ytdlp`\n```sh\n# Download the playlist and metadata as mp4\nyt-dlp --write-info-json --write-playlist-metafiles \\\n    --write-thumbnail --convert-thumbnails=jpg \\\n    --restrict-filenames \\\n    --format=\"bestvideo[ext=mp4][vcodec^=avc1]+bestaudio[ext=m4a] \\\n        /best[ext=mp4][vcodec^=avc1]/best[ext=mp4]/best\" \\\n    https://youtu.be/my_playlist\n\n# Extract and canonicalize the yt-dlp generated metadata\nfeedme-ytdlp\n\n# Export the webroot and server URL\n#   This is necessary to build an absolute URL from a filesystem\n#   path that leads to your server\nexport FEEDME_WEBROOT=/var/www\nexport FEEDME_BASE_URL=https://example.org\n\n# Generate the feed into feed.rss\nfeedme-feed\n```\n\n## Example `feedme-manual`\n```sh\n# Create the feedme metadata files\nfeedme-manual --title=\"My fancy playlist title\" \\\n    video0.mp4 my-video1.mp4 next-video2.m4v\n\n# Export the webroot and server URL\n#   This is necessary to build an absolute URL from a filesystem\n#   path that leads to your server\nexport FEEDME_WEBROOT=/var/www\nexport FEEDME_BASE_URL=https://example.org\n\n# Generate the feed into feed.rss\nfeedme-feed\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Ffeedme-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Ffeedme-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Ffeedme-rust/lists"}