lossless1024 / StreaMonitor

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

Issue with Download Stripchat stream #167

Open haonguyenanh opened 1 month ago

haonguyenanh commented 1 month ago

I hope this message finds you well. I am writing to report an issue I am encountering with Stripchat .. File "D:\StreaMonitor-master\streamonitor\bot.py", line 213, in getWantedResolutionPlaylist sources = self.getPlaylistVariants(url) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\StreaMonitor-master\streamonitor\sites\stripchat.py", line 30, in getPlaylistVariants variants.extend(super().getPlaylistVariants(formatUrl(True, False))) ^^^^^^^^^^^^^^^^^^^^^^ File "D:\StreaMonitor-master\streamonitor\sites\stripchat.py", line 22, in formatUrl server=self.lastInfo["cam"]["viewServers"]["flashphoner-hls"],

haonguyenanh commented 1 month ago

Untitled Please help me fix a bug

xAstroBoy commented 1 month ago

edit stripchat.py and remove this line is unused and that's what is causing the exception. https://github.com/lossless1024/StreaMonitor/blob/0c0704ef34353f57a532e5abc8a47b4537b0a7d9/streamonitor/sites/stripchat.py#L22

haonguyenanh commented 1 month ago

edit stripchat.py and remove this line is unused and that's what is causing the exception.

Thanks my friend , I tried and succeeded

Cyber5imon commented 1 month ago

I had the same issue. Remove the line worked. Please add this fix to the next release. Thanks!