diff -r e2c36fdf4c53 -r 59d49ab04ded src/hdalab/management/commands/query_wikipedia_category.py --- a/src/hdalab/management/commands/query_wikipedia_category.py Wed Apr 06 12:13:14 2016 +0200 +++ b/src/hdalab/management/commands/query_wikipedia_category.py Tue Sep 12 18:49:02 2017 +0200 @@ -62,7 +62,7 @@ action='store', type='string', dest='site_url', - default="http://fr.wikipedia.org/w/api.php", + default="https://fr.wikipedia.org/w/api.php", help='the url for the wikipedia site'), make_option('--limit', action='store',