lossless1024 / StreaMonitor

Adult live stream downloader for advanced people. I could have chosen a better name.
GNU General Public License v3.0
198 stars 52 forks source link

UserAgent flag missing in FFmpeg parameters #27

Closed Odogwu3000 closed 1 year ago

Odogwu3000 commented 1 year ago

I noticed UserAgent parameter was left out in FFmpeg function. My SC recordings got broken and after supplying the UA parameter, it got working again.

lossless1024 commented 1 year ago

It's already fixed in the latest commit.

Odogwu3000 commented 1 year ago

Thanks a lot!