Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


Hacxx Email YOUTUBE Collect (100 Results) filter_list
Author
Message
Hacxx Email YOUTUBE Collect (100 Results) #1
Use the tool online:
https://files.offshore.cat/uYy8NC6n.html

Reply

RE: Hacxx Email YOUTUBE Collect (100 Results) #2
Loop to search for emails in myObj.items[x].snippet.description at youtube api
--------------------------------------------------------------------------------------------------
Code:
for (x in myObj.items) {
    var description = myObj.items[x].snippet.description;
    var emailRegex = /[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}/g;
    var emails = description.match(emailRegex);
    if (emails) {
        for (var i = 0; i < emails.length; i++) {
            document.write(emails[i] + '\n');
        }
    }
}

Reply

RE: Hacxx Email YOUTUBE Collect (100 Results) #3
how does this work though

[+] 1 user Likes chansey's post
Reply

RE: Hacxx Email YOUTUBE Collect (100 Results) #4
(04-25-2024, 08:05 PM)chansey Wrote: how does this work though

1 - You search a keyword
2 - The tool will get the description with all the text

The second code is to change in the source. Will only show only emails from description search....

Download:
http://cloudamon.com/file/1476438
https://oxy.st/d/NGOh
https://nitroflare.com/view/8DD9EB9FF985...lts%29.rar
(This post was last modified: 04-26-2024, 12:19 AM by hacxx.)

Reply

RE: Hacxx Email YOUTUBE Collect (100 Results) #5
Hi bro i need this can you help me kindly God help those who help others.

Reply

RE: Hacxx Email YOUTUBE Collect (100 Results) #6
(05-06-2024, 06:05 PM)Sohaib59 Wrote: Hi bro i need this can you help me kindly God help those who help others.


Remember that it only work with descriptions from YouTube videos using YT api

Reply







Users browsing this thread: 1 Guest(s)