HoloArchivists / twspace-dl

A python module to download twitter spaces.
GNU General Public License v2.0
473 stars 78 forks source link

Is it possible to automatically fetch the dynamic url if the space id is provided while the space is live? #116

Open qwertyuiop97 opened 1 month ago

qwertyuiop97 commented 1 month ago

Is your feature request related to a problem? Please describe. I would like to automate a process for obtaining the dynamic URL or master URL. that if a space URL is provided in this format: https://x.com/i/spaces/1OyJAZqVmkWxb/

It is then able to output the dynamic URL. or the master url if there is a way to get the entire space afterwards even if the space if is grabbed halfway through the space.

Describe the solution you'd like Iff a space URL is provided in this format: https://x.com/i/spaces/1OyJAZqVmkWxb/

It is then able to fetch the dynamic URL or the master url if there is a way to get the entire space afterwards even if the master URL if is grabbed halfway through the space. Once the space is over, it would like it to give the master URL for downloading the entire space.

Describe alternatives you've considered I usually manually am able to get the dynamic URL using "stream detector" chrome extension, but would like to set kind of like a bot up that can download the entire space from start to finish, if the space URL(https://x.com/i/spaces/1OyJAZqVmkWxb/) is provided as the space is running.

Additional context Add any other context or screenshots about the feature request here.

erfan-rfmhr commented 1 month ago

Hi. The content is ambiguous for me. Are you talking about downloading a space while it is live?!