Describe the bug
It's not working with an ongoing twitter space.
To Reproduce
Open the GUI. Select Space Url in Input, add the twitter space link. Write format string in output as follows: %(creator_screen_name)s [%(creator_name)s] - %(title)s|%(start_date)s. Click start.
Expected behavior
It starts recording.
Output
If applicable, add the output of the command to help explain your problem.
Desktop (please complete the following information):
OS: Windows 10
Version 2022.6.6.0
Installation method: exe
Additional context
File "twspace_dl\twspace_dl.py", line 166, in download
File "subprocess.py", line 528, in run
subprocess.CalledProcessError: Command '['ffmpeg', '-y', '-progress', '-', '-nostats', '-v', 'https://prod-fastly-us-east-1.video.pscp.tv/Transcoding/v1/hls/kmZXnCcMZwgRPX5Q1WP30zbpvlhV8E2KKYeAw5FzD4Yll25QHrqt7zX1wGx_UMWkJWC_URCZ_1Vaf_U5xcXCwg/non_transcode/us-east-1/periscope-replay-direct-prod-us-east-1-public/audio-space/dynamic_playlist.m3u8?type=live', 'warning', '-i', '-c', 'copy', '-metadata', 'title=It happened again …', '-metadata', 'artist=Gavis Bettel🎩@holoTEMPUS', '-metadata', 'episode_id=1LyxBqbyYLYJN', '.\\tmp56mrrk6v\\gavisbettel [Gavis Bettel🎩@holoTEMPUS] - It happened again …_2023-01-11_new.m4a']' returned non-zero exit status 1.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "twspace_dl\__main__.py", line 257, in <module>
File "gooey\python_bindings\gooey_decorator.py", line 134, in <lambda>
File "twspace_dl\__main__.py", line 252, in main
File "twspace_dl\__main__.py", line 125, in space
File "twspace_dl\twspace_dl.py", line 170, in download
RuntimeError: ffmpeg -y -progress - -nostats -v https://prod-fastly-us-east-1.video.pscp.tv/Transcoding/v1/hls/kmZXnCcMZwgRPX5Q1WP30zbpvlhV8E2KKYeAw5FzD4Yll25QHrqt7zX1wGx_UMWkJWC_URCZ_1Vaf_U5xcXCwg/non_transcode/us-east-1/periscope-replay-direct-prod-us-east-1-public/audio-space/dynamic_playlist.m3u8?type=live warning -i -c copy -metadata title=It happened again … -metadata artist=Gavis Bettel🎩@holoTEMPUS -metadata episode_id=1LyxBqbyYLYJN .\tmp56mrrk6v\gavisbettel [Gavis Bettel🎩@holoTEMPUS] - It happened again …_2023-01-11_new.m4a
Describe the bug It's not working with an ongoing twitter space.
To Reproduce Open the GUI. Select Space Url in Input, add the twitter space link. Write format string in output as follows:
%(creator_screen_name)s [%(creator_name)s] - %(title)s|%(start_date)s
. Click start.Expected behavior It starts recording.
Output If applicable, add the output of the command to help explain your problem.
Desktop (please complete the following information):
Additional context