Comparing version 1.0.7 to 1.0.8
@@ -26,3 +26,3 @@ /*** | ||
this.Query = Query; | ||
this.Page = Page; | ||
this.Page = Page; | ||
this.Language = Language; | ||
@@ -50,4 +50,4 @@ this.Type = ''; | ||
const Buffer = { Links: [], Titles: [], Descriptions: [] }; | ||
$('.yuRUbf > a').each((Index, Element) => Buffer.Links[Index] = $(Element).attr('href')); | ||
$('.yuRUbf > a > h3').each((Index, Element) => Buffer.Titles[Index] = $(Element).text()); | ||
$('.yuRUbf a').each((Index, Element) => Buffer.Links[Index] = $(Element).attr('href')); | ||
$('.yuRUbf h3').each((Index, Element) => Buffer.Titles[Index] = $(Element).text()); | ||
$('.VwiC3b').each((Index, Element) => Buffer.Descriptions[Index] = $(Element).text().trim()); | ||
@@ -54,0 +54,0 @@ return { |
{ | ||
"name": "cdrake-se", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A library that will make your life easier when you want to search the internet, not pay APIs, search from your computer for free!", | ||
@@ -5,0 +5,0 @@ "author": "Rodolfo Herrera Hernandez @codewithrodi", |
# CDrake-SE | ||
<a href="https://ko-fi.com/codewithrodi"> | ||
<img align="left" src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height="50" width="200" alt="Donate - Contribute" /> | ||
</a> | ||
<br /> <br /> | ||
##### A library that will make your life easier when you want to search the internet, not pay APIs, search from your computer for free! | ||
@@ -3,0 +8,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71878
489