This commit is contained in:
Christian Mehlmauer
2012-09-13 14:07:33 +02:00
parent e706efd9f0
commit 53a26e798a

View File

@@ -29,7 +29,7 @@ class Generate_List
@svn_url = 'http://plugins.svn.wordpress.org/'
@file_name = DATA_DIR + '/plugins.txt'
@popular_url = 'http://wordpress.org/extend/plugins/browse/popular/'
@popular_regex = %r{<h3><a href="http://wordpress.org/extend/plugins/(.*)/">.+</a></h3>}i
@popular_regex = %r{<h3><a href="http://wordpress.org/extend/plugins/(.+)/">.+</a></h3>}i
elsif type =~ /themes/i
@type = "theme"
@svn_url = 'http://themes.svn.wordpress.org/'