X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/3477c644417600d9ec8f8d2a44f82da0a4b15eb5..dd50658396011c8e98b7201f035408b7959d56e1:/devscripts/make_supportedsites.py?ds=sidebyside diff --git a/devscripts/make_supportedsites.py b/devscripts/make_supportedsites.py index 8cb4a46..764795b 100644 --- a/devscripts/make_supportedsites.py +++ b/devscripts/make_supportedsites.py @@ -41,5 +41,6 @@ def main(): with io.open(outfile, 'w', encoding='utf-8') as outf: outf.write(out) + if __name__ == '__main__': main()