mirror of
https://github.com/Team-Resurgent/XBMC4Xbox.git
synced 2026-08-15 11:18:13 -07:00
If ever adding the XBMC4Xbox source to GitHub use "git add -f -A" or it wont add all the files.
8 lines
194 B
Python
8 lines
194 B
Python
import webchecker, sys
|
|
webchecker.DEFROOT = "http://www.python.org/python/"
|
|
webchecker.MAXPAGE = 50000
|
|
webchecker.verbose = 2
|
|
sys.argv.append('-x')
|
|
webchecker.main()
|
|
raw_input("\nCR to exit: ")
|