pyriscope icon indicating copy to clipboard operation
pyriscope copied to clipboard

A simple Periscope video downloader for Python.

Results 13 pyriscope issues
Sort by recently updated
recently updated
newest added

It worked yesterday. Now it gives this error: ``` Downloading broadcast information. Downloading replay information. Traceback (most recent call last): File "c:\python35\lib\runpy.py", line 184, in _run_module_as_main "__main__", mod_spec) File "c:\python35\lib\runpy.py",...

Add new domain support and new chunk format

Sometimes, when a stream is concluded, recording will not stop even though it has already finished, and will not continue to the next step. (Which for me is usually conversion...

I've updated the url's URL_PATTERN = re.compile(r'(http://|https://|)(www.|)(pscp.tv|periscope.tv|perisearch.net)/(w|\S+)/(\S+)') REPLAY_PATTERN = re.compile(r'https://(\S*).(pscp.tv|periscope.tv)/(\S*)/(\S*)') but replays are still not working: Error: ThreadPool Worker Exception: Unable to download chunk https://prod-video-eu-central-1.periscope.tv/periscope.tv/chunk_4.ts

Hi, I needed proxy support for pyriscope, so I added it myself. new command line option: -p, --proxy this sets proxies = {'http' : 'http://' + , 'https' : 'https://'...

line 176 needs to be: parts['token'] = match.group(5).split("?")[0] to strip the ?+ off

> pyriscope > version 1.2.10 > python > version 3.4.3 (linux) Many files have total file length duration corrupted, and to work well need requires: ffmpeg `ffmpeg -y -v error...

I got this message with 1.2.8 1.2.9 or 1.2.10 version on linux platform using python 3.5 ( all working on windows 10) when trying to record live streams Failed to...

Hi, rharkanson! What about to add recording live/replay periscope's chat, also ? Best regards!