archiving community contributions on YouTube: unpublished captions, title and description translations and caption credits
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
3 年之前
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. # YouTube Community Contributions Archiving Worker
  2. <a href="https://discord.gg/7QxcBvw"><img alt="Discord" src="https://img.shields.io/discord/755014354734153818?style=plastic"></a>
  3. Worker for the `Save Community Captions` project: Archiving unpublished YouTube community-contributions.
  4. [Lost? Click here to learn what this is all about!](https://github.com/Data-Horde/ytcc-archive/wiki/General-Information)
  5. ## Current Stats
  6. See how much has been archived so far.
  7. * https://atdash.meo.ws/d/attv2/archive-team-tracker-charts-v2?orgId=1&var-project=ext-yt-communitycontribs
  8. * https://tracker.archiveteam.org/ext-yt-communitycontribs/
  9. ## Setup
  10. To run these tools you will need to supply session cookies (SSID,HSID,SID) [see the
  11. tutorial for more details](https://github.com/Data-Horde/ytcc-archive/wiki/Setup-Tutorial).
  12. ## Primary Usage
  13. ### Heroku⭐️⭐️⭐️ (Minimal Setup! Minimal Maintenance!)
  14. A wrapper repo for free and easy deployment and environment configuration, as well automatic updates every 24-27.6 hours is available. Deploy up to 5 instances of it to a free Heroku account (total max monthly runtime 550 hours) with no need for credit card verification by clicking the button below.
  15. [![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/Data-Horde/ytcc-archive-heroku)
  16. ### Archiving Worker⭐️
  17. After completing the above setup steps, simply run
  18. ```bash
  19. python3 worker.py
  20. ```
  21. ### Docker image⭐️⭐️
  22. Stable Docker Image:
  23. ```bash
  24. docker pull fusl/ytcc-archive
  25. ```
  26. Run:
  27. ```bash
  28. docker container run --restart=unless-stopped --network=host -d --tmpfs /grab/out --name=grab_ext-yt-communitycontribs -e HSID=XXX-e SID=XXX -e SSID=XXX -e TRACKER_USERNAME=Fusl -e PYTHONUNBUFFERED=1 fusl/ytcc-archive
  29. ```
  30. ## Bonus Features
  31. ### Export Captions and Titles/Descriptions Manually
  32. This feature requires an [older version of `export.py`](https://github.com/Data-Horde/ytcc-archive/blob/4bbffa6dc3469832609b6e56ae926dcdf7e729ac/export.py). Get this file, Python 3, and the `requests` module (`pip install requests`). Then, simply run `python3 exporter.py` followed by a list of space-separated YouTube video IDs, and all community-contributed captioning and titles/descriptions in all languages will be exported.
  33. ### Discover Videos Manually
  34. Simply run `python3 discovery.py` followed by a list of space-separated YouTube video IDs and a list of discovered video, channel and playlist IDs will be printed, as well as whether caption contributions are enabled.