Login Register






Leak YouTube Video Scraper filter_list
Author
Message
YouTube Video Scraper #1
This can be pretty helpful in many cases, for example if you wanna get all your video links from your own channel to paste them at a Traffic Exchange website.
  • Coded in java which means you can use it on every OS which got the latest java installed (right now v8)
  • Uses my own http request YouTube API which means no limitations
  • Extreme leightweight because of http requests only
The tool has got 2 modes: simple and advanced.
[Image: yUGcMm6.png]
Simple
At the simple mode you just paste the channel link and it scrapes the URL of the last (maximum) 100 videos which has been uploaded.
[Image: EnrSOH2.png]
Advanced
Here you can set the maximum amount of videos which you wanna scrape (maximum 100), for example just the last 10 uploaded videos which has been uploaded and some settings which info the bot should scrape.
[Image: RkWuIAy.png]
You need to have the latest java version installed in order to start the software!
The bot does not scrape the description with purpose. It doesn't scrape the part after you click show more.

Download

VirusTotal: 0/57
[Image: xlbdwZT.png]

Reply

RE: YouTube Video Scraper #2
Thank you for this, downloading right now Smile

One question though, does it have the option to grab all url's from a playlist instead of a user?
~~ Might be back? ~~

Reply

RE: YouTube Video Scraper #3
(04-11-2016, 09:03 AM)Bish0pQ Wrote: Thank you for this, downloading right now Smile

One question though, does it have the option to grab all url's from a playlist instead of a user?

Sorry, nope it's just from a user.
[Image: xlbdwZT.png]

Reply

RE: YouTube Video Scraper #4
(04-11-2016, 09:59 AM)Blue Wrote: Sorry, nope it's just from a user.

No problem, still a very nice tool.
~~ Might be back? ~~

Reply

RE: YouTube Video Scraper #5
Just a question, why does the checksum differ from my virus scan report to yours?

https://virustotal.com/en/file/bb4600d40.../analysis/

Don't get me wrong, I'm not Implying anything malicious. Perhaps some files were added/removed from the archive?
[Image: AD83g1A.png]

Reply

RE: YouTube Video Scraper #6
(04-11-2016, 12:04 PM)mothered Wrote: Just a question, why does the checksum differ from my virus scan report to yours?

https://virustotal.com/en/file/bb4600d40.../analysis/

Don't get me wrong, I'm not Implying anything malicious. Perhaps some files were added/removed from the archive?

As you can tell this is a leak so I just took the virustotal link from the leaked thread, I'll update it with yours. As most people would know I haven't used a R.A.T or anything like that since I was like 12-14.
[Image: xlbdwZT.png]

Reply

RE: YouTube Video Scraper #7
Interesting little tool. Thank you for sharing.

Reply

RE: YouTube Video Scraper #8
(04-11-2016, 02:21 PM)Cyber Warrior Wrote: Interesting little tool. Thank you for sharing.

No problem, hope you enjoy!
[Image: xlbdwZT.png]

Reply

RE: YouTube Video Scraper #9
Alternatively you could do something similar via youtube-dl (open-source)

Example:
Code:
> youtube-dl --get-id https://www.youtube.com/user/seenthroughglass Pe6x1IyJ93U pFOg1SBADsw 3XfjrocyOoI iamRxPg4dlM PmV7hZfb6v0 8WfkyYd4jus lLlabV9lSH4 LRyBEo6Eqvo --qtHeI2tXk 4yxMtSzwUcE STLvq9lw6Bs 0JM8vUgx2t4 FFEcRpAYT0o _nVWxEvokgo n6vrsZB88yY B8PJUuavMO8 AU03FMvi8OU...

You can use channels or playlists, and it can do full video info dumps through JSON.
[Image: CDUAq9d.png]

Reply

RE: YouTube Video Scraper #10
(04-11-2016, 08:32 PM)Shebang Wrote: Alternatively you could do something similar via youtube-dl (open-source)

Example:
Code:
> youtube-dl --get-id https://www.youtube.com/user/seenthroughglass Pe6x1IyJ93U pFOg1SBADsw 3XfjrocyOoI iamRxPg4dlM PmV7hZfb6v0 8WfkyYd4jus lLlabV9lSH4 LRyBEo6Eqvo --qtHeI2tXk 4yxMtSzwUcE STLvq9lw6Bs 0JM8vUgx2t4 FFEcRpAYT0o _nVWxEvokgo n6vrsZB88yY B8PJUuavMO8 AU03FMvi8OU...

You can use channels or playlists, and it can do full video info dumps through JSON.


(04-11-2016, 10:23 AM)Bish0pQ Wrote: No problem, still a very nice tool.

Check out what Shebang posted that should be what you're looking for!
[Image: xlbdwZT.png]

Reply