# twitter space audio dowloader

By [happmaoo](https://paragraph.com/@readmore) · 2023-07-22

---

推特 space 音频下载方法：

use python3 and youtube-dl:

    import os
    import subprocess
    
    m3u8_url = input("Please enter m3u8_url: ")
    subprocess.run(["youtube-dl.exe", "--referer","https://twitter.com/" ,m3u8_url])
    

![](https://storage.googleapis.com/papyrus_images/0fac1ad5431d807cd6c79b3a2cd99282a82efa40d82ad0d01f2345fcb80ff609.png)

![](https://storage.googleapis.com/papyrus_images/34016eece6cb524fa31fc280b0f6b7055bc7f4be02d07f6ce50e01fd22742c33.png)

![](https://storage.googleapis.com/papyrus_images/83d224e4a86bfd7e8df2a0408de40cc65c16feb69bbfe68aadcbffe377b0be4d.png)

---

*Originally published on [happmaoo](https://paragraph.com/@readmore/twitter-space-audio-dowloader)*
