Skip to content

Instantly share code, notes, and snippets.

@muink
Created July 24, 2024 12:32
Show Gist options
  • Select an option

  • Save muink/268f740a6bc8e779c6e90416afd2450c to your computer and use it in GitHub Desktop.

Select an option

Save muink/268f740a6bc8e779c6e90416afd2450c to your computer and use it in GitHub Desktop.

Revisions

  1. muink created this gist Jul 24, 2024.
    9 changes: 9 additions & 0 deletions youtube-node.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    ```shell
    # Country Code
    curl -s https://www.youtube.com/red | sed 's/,/\n/g' | grep countryCode
    # Airport Code
    curl -s https://redirector.googlevideo.com/report_mapping | grep "=>"
    ```

    [快速检测 Google/Youtube视频/GoogleViedo的 识别地区](https://web.archive.org/web/20240225152738/https://www.blueskyxn.com/202103/4326.html)
    [Google 域名的秘密](https://gist.github.com/muink/a901839ab52d41da3fc588f523fc6d75)