-
How to close the github raw content proxy |
Beta Was this translation helpful? Give feedback.
Answered by
HerbertHe
Jan 15, 2024
Replies: 1 comment
-
The github raw content proxy is opened by default. So, if you want to fetch sources with github raw content url Just need to set the environment variable ex. CLOSE_SOURCE_PROXY=true && yarn m3u |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
HerbertHe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The github raw content proxy is opened by default. So, if you want to fetch sources with github raw content url
https://raw.githubcontent.com
, you need to close github raw content proxy first.Just need to set the environment variable
CLOSE_SOURCE_PROXY=true
, before you runyarn m3u
ex.
CLOSE_SOURCE_PROXY=true && yarn m3u