Last active
September 4, 2023 01:08
-
-
Save paul-chambers/c419304f88765645461e2c2b914882dc to your computer and use it in GitHub Desktop.
iptv-org sparse checkout
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -x | |
git clone --no-checkout --depth 1 https://github.com/iptv-org/iptv.git && cd iptv | |
git config core.sparsecheckout true | |
cd iptv/streams && git sparse-checkout set us*.m3u ca*.m3u uk*.m3u | |
git read-tree --empty |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment