HoloArchivists / fc2-live-dl

Tool to download FC2 live streams

Home Page:https://pypi.org/project/fc2-live-dl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I work around Login Required streams?

PengBooz opened this issue · comments

Is there a way to do that?

You can use extensions that can extract cookies from your browser, and then give the cookies file to fc2-live-dl with the --cookies flag.

  1. Log in to FC2 using your browser
  2. Install an extension
  3. Use extension to export cookies.txt in Netscape format
  4. Run with fc2-live-dl --cookies C:\somewhere\cookies.txt https://...

If you get redirected to livechatfc2.com you can still use the cookies from there, just edit your cookies.txt file and replace the domain with live.fc2.com.

Thanks it worked.