You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For advanced command line use-cases and examples, consult the [Command Line Wiki](https://github.com/xenova/chat-replay-downloader/wiki/Command-Line-Usage).
50
+
For advanced command line use-cases and examples, consult the [Command Line Wiki](https://github.com/xenova/chat-downloader/wiki/Command-Line-Usage).
51
51
52
52
53
53
## Issues
54
-
Found a bug or have a suggestion? File an issue [here](https://github.com/xenova/chat-replay-downloader/issues/new). To assist the developers in fixing the issue, please follow the issue template (automatically generated when creating a new issue).
54
+
Found a bug or have a suggestion? File an issue [here](https://github.com/xenova/chat-downloader/issues/new). To assist the developers in fixing the issue, please follow the issue template (automatically generated when creating a new issue).
55
55
56
56
## Contributing
57
57
### Become a contributor
58
58
#### Run as a developer
59
59
To run the program as a developer, you do not need to build anything separately. Simply execute:
60
60
```
61
-
python -m chat_replay_downloader
61
+
python -m chat_downloader
62
62
```
63
63
[work in progress]
64
64
65
65
#### Add support for a new site:
66
-
1.[Fork](https://github.com/xenova/chat-replay-downloader/fork) this repository.
66
+
1.[Fork](https://github.com/xenova/chat-downloader/fork) this repository.
Some extractors use undocumented endpoints and may and as a result, users may encounter items which will not be parsed correctly. Increased testing will improve functionality of the software for other users and is greatly appreciated.
@@ -90,7 +90,7 @@ Chat items are parsed into JSON objects (a.k.a. dictionaries) and follow this te
90
90
91
91
[work in progress]
92
92
93
-
For a more in-depth output template, consult the [Item Wiki](https://github.com/xenova/chat-replay-downloader/wiki/Item-Template).
93
+
For a more in-depth output template, consult the [Item Wiki](https://github.com/xenova/chat-downloader/wiki/Item-Template).
94
94
95
95
## Supported sites:
96
96
- YouTube.com - Livestreams, past broadcasts and premieres.
0 commit comments