Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

16 linhas
1.1 KiB

  1. {
  2. "name": "YTCC-Archive",
  3. "description": "This app archives published and draft community-contributed captioning, descriptions, and titles for YouTube videos as well as credits for published captions. For the HSID, SSID, and SID values, please create a test Google account in a new browser profile (so the cookies aren't associated with your primary Google account), visit youtube.com, and extract those respective cookie values. These cookies are required because YouTube requires users to log in with any account to access the community-contributed captions and metadata editor. TRACKER_USERNAME refers to the name that appears on the dashboard.",
  4. "repository": "https://github.com/Data-Horde/ytcc-archive",
  5. "website": "https://tracker.archiveteam.org/ext-yt-communitycontribs/",
  6. "buildpacks": [{"url": "heroku/python"}],
  7. "logo": "https://i0.wp.com/datahorde.org/wp-content/uploads/2020/04/DataHorde_Logo_2.png?fit=2331%2C2349&ssl=1",
  8. "formation": {
  9. "worker": {
  10. "quantity": 1,
  11. "size": "free"
  12. }
  13. },
  14. "env": {"HSID": {}, "SSID": {}, "SID": {}, "TRACKER_USERNAME": {"value": "Unnamed-Heroku"}}
  15. }