EnterGin

Results 22 comments of EnterGin

Hello! Since Afreeca plugin available in Streamlink - it is possible. Unfortunately I'm busy all the time so I can't do it now.

Hello. Thanks for detailed issue! I know about this problem with VODs, but VODs aren't main target of this script. Is your solution to add a delay before the end...

Isn't it easier just to add delay in stream downloading process?

I thought about it too. It's pretty complicated way tho 😂

Hello! Actually, this script is a bit outdated (I don't have time to refactor and maintain it now). But it's good to see that it's still working :smile: 1. Recorded...

1. They have same extension because that's how it happened historically :smiley: In recorded folder extension is not right. It has to be `.ts`, but from first version it was...

1. That's pretty strange error btw. Seems like stream ended but immediately started again, so VOD is not splitted (or it can happen when channel turned off VOD saving but...

It wouldn't. Algorithm is simple: after recording script looking for latest VOD on channel and getting it's info such as date and time, VOD ID, VOD title, VOD game. This...

You can run multiple scripts for different users without changing source code using command line: ```python record.py -u USERNAME``` This is really well way to record any amount of streamers...

You can also use this PowerShell script to make it easier: ``` $usernames = "username1", "username2", "username3" foreach ($username in $usernames) { Start-Process -FilePath "cmd.exe" -ArgumentList "/k python record.py -u...