Skip to content

Commit

Permalink
1.2.4 Bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
VanDerFire authored Jan 19, 2022
1 parent f2ea134 commit 7dc2614
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions rbDownloader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ def Realbooru.downloader
limit = gets.chomp
#Obtencion de datos

if limit == '1'

limit = '2'

url = 'https://realbooru.com/index.php?page=dapi&s=post&q=index' + '&tags=' + tags + '&pid=1&limit=' + limit
url = 'https://realbooru.com/index.php?page=dapi&s=post&q=index' + '&tags=' + tags + '&pid=1&limit=' + limit.to_s

puts url

Expand Down Expand Up @@ -94,5 +90,4 @@ def Realbooru.downloader
require('.\Cherry.rb')

end
end
end
end

0 comments on commit 7dc2614

Please sign in to comment.