X-Git-Url: https://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=devscripts%2Fmake_supportedsites.py;h=764795bc5b1e560b033c2e9a0c395cecb10b1242;hb=f7b42518dc4c10d6027bfe7f5e7f186d526b1a4b;hp=8cb4a46380253643e6df2370058c433094cf159b;hpb=33a513faf716e5d4a170da50d6fde541817dca09;p=youtube-dl.git diff --git a/devscripts/make_supportedsites.py b/devscripts/make_supportedsites.py index 8cb4a4638..764795bc5 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()