Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zackees/youtube-html-parser
Parses html snapshots from youtube and generates a json file representing the parsed results
https://github.com/zackees/youtube-html-parser
Last synced: about 1 month ago
JSON representation
Parses html snapshots from youtube and generates a json file representing the parsed results
- Host: GitHub
- URL: https://github.com/zackees/youtube-html-parser
- Owner: zackees
- License: mit
- Created: 2024-05-03T22:21:01.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T20:50:04.000Z (8 months ago)
- Last Synced: 2024-05-05T21:39:44.079Z (8 months ago)
- Language: HTML
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# youtube-html-parser
[![Linting](../../actions/workflows/lint.yml/badge.svg)](../../actions/workflows/lint.yml)
[![MacOS_Tests](../../actions/workflows/push_macos.yml/badge.svg)](../../actions/workflows/push_macos.yml)
[![Ubuntu_Tests](../../actions/workflows/push_ubuntu.yml/badge.svg)](../../actions/workflows/push_ubuntu.yml)
[![Win_Tests](../../actions/workflows/push_win.yml/badge.svg)](../../actions/workflows/push_win.yml)To develop software, run `. ./activate.sh`
# Windows
This environment requires you to use `git-bash`.
# Linting
Run `./lint.sh` to find linting errors using `pylint`, `flake8` and `mypy`.