[Plugin] PawnScraper
#21

Quote:
Originally Posted by ball
View Post
Thanks for yt2mp3 solution. How to get song time duration? I tried the same way as title, but it doesn't work, it gives me null string.
Duration can be scraped easily.The html of site is
HTML Code:
<div class="col-md-9">
     <p>
         <b>Title of Song</b>
     </p>
     <p>
          <b>Duration:</b> 00:03:18
      </p>
</div>
We can use selector like this
PHP Code:
new 
    
Selector:DurationSelector ParseSelector(".col-md-9>p"),
    
Duration[30];
GetNthElementText(html,DurationSelector,1,Duration);//second occurrence so n=1
strmid(Duration,Duration,10sizeof Duration);//remove the Text "Duration: "
DeleteSelector(DurationSelector); 
Then parse it according to your needs.
Reply
#22

Quote:
Originally Posted by Amagida
View Post
I can't do this, because its just game host. discord-connector uses libssl as i know, but i can use it.
Maybe your server is using older linux.Can you try this build.
https://github.com/Sreyas-Sreelal/pa...x86-Ubuntu.zip
It's compiled on Ubuntu 14.04 with older openssl (1.0) and glibc
Reply
#23

Good job.
Reply
#24

New Version (v0.2.0)
https://github.com/Sreyas-Sreelal/pa...ases/tag/0.2.0

Changes
  • Added CreateHeader,DeleteHeader natives
  • Changed function signatures of HttpGet and HttpGetThreaded (optional parameter header is added)
  • Added new constant INVALID_HEADER
More information available on the main post
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)