mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-09 17:00:12 +01:00
Keep checking disabled apps
This commit is contained in:
parent
14bab57b2a
commit
e01ba7039d
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
#
|
#
|
||||||
# checkmarket2.py - part of the FDroid server tools
|
# checkmarket2.py - part of the FDroid server tools
|
||||||
# Copyright (C) 2010-11, Ciaran Gultnieks, ciaran@ciarang.com
|
# Copyright (C) 2010-12, Ciaran Gultnieks, ciaran@ciarang.com
|
||||||
#
|
#
|
||||||
# This program is free software: you can redistribute it and/or modify
|
# This program is free software: you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU Affero General Public License as published by
|
# it under the terms of the GNU Affero General Public License as published by
|
||||||
@ -44,10 +44,6 @@ html_parser = HTMLParser.HTMLParser()
|
|||||||
|
|
||||||
for app in apps:
|
for app in apps:
|
||||||
|
|
||||||
if app['disabled']:
|
|
||||||
print "Skipping %s: disabled" % app['id']
|
|
||||||
else:
|
|
||||||
|
|
||||||
print "Processing " + app['id']
|
print "Processing " + app['id']
|
||||||
url = 'http://market.android.com/details?id=' + app['id']
|
url = 'http://market.android.com/details?id=' + app['id']
|
||||||
page = urllib.urlopen(url).read()
|
page = urllib.urlopen(url).read()
|
||||||
|
@ -24,6 +24,7 @@ Build Version:1.23,30,fae3e5f0f54fe5a2f46480481b39f9566ee9c67b
|
|||||||
Build Version:1.3),32,r1.3,target=android-8
|
Build Version:1.3),32,r1.3,target=android-8
|
||||||
Build Version:1.31,33,r1.31,target=android-8
|
Build Version:1.31,33,r1.31,target=android-8
|
||||||
Build Version:1.32,34,r1.32,target=android-8
|
Build Version:1.32,34,r1.32,target=android-8
|
||||||
|
Build Version:1.33,35,r1.33,target=android-8
|
||||||
|
|
||||||
Market Version:1.32
|
Market Version:1.33
|
||||||
Market Version Code:34
|
Market Version Code:35
|
||||||
|
Loading…
Reference in New Issue
Block a user