Created
April 8, 2018 22:32
-
-
Save andrewiankidd/8589dcab04996f214920a3d02865df93 to your computer and use it in GitHub Desktop.
noco.tv scraper
This file contains hidden or 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
(Invoke-RestMethod -ContentType "application/octet-stream" https://pastebin.com/raw/3AXTMQFk) -split "`r`n"|%{$_;$v=(Invoke-RestMethod -ContentType "application/octet-stream" $_|%{[regex]::Match($_,'"(http).+(video.noco.tv).+"')}).value;if($v){Add-Content $v -Path "vidlinks.txt";$v}} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment