05-02-2012, 02:11 PM
Screenshot
Download
[hide]http://www.mediafire.com/?292xa6vaqy3wtm0[/hide]
Usage:
Pretty straight forward, but let's do a simple step by step guide:
0) Scrape some videos off YouTube with Scrapebox OR whichever scraper you're using ... :D
1) Click on "Load Videos" and load them from a text file which has the full url address to the videos, e.g.:
Code:
2) Set the "Delay" in seconds between each request - if you're going to scrape a lot of videos I suggest you to use something between 5-10 seconds. For under 50 videos, you can safely use the default option which is zero seconds.
3) Select the folder you want the output file (which is named ALWAYS "Scraped Video Info.csv") to be placed!
NOTE: If you don't select that the file will be saved to the current directory where the "Youtube Video Info Scraper.exe" is located.
4) Click on the "Scrape" button, and wait for the program to finish. If everything went the right way, you should see this:
Just click "OK" and you're done!
OUTPUT:
The output is like this, and the info for each video is stored on new line:
URL,Title,Description,Tags
HINT: You can use this information directly with iMACROS as Datasource file ;)
Other Notes:
- This program takes somewhere between 1-3 seconds to scrape and save the info to the CSV file. Which means with delay of 5 seconds the whole operation for one video will be performed for 6-8 seconds. Simple math tells us that for 100 videos you'll need 13 minutes in the worst case to finish.
- If you select the same directory for each scrape, the new info will be APPENDED to the old "Scraped Video Info.csv", if you don't want that, just RENAME/Move the file to another directory.
Virustotal Info:
[hide]SHA256: 5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c 578b85b640074f
SHA1: ef265d8c90e503973968c681ba5a5d2dbf72c6d8
MD5: efab577015cf59bb9b021d07770f9519
File size: 37.0 KB ( 37888 bytes )
File name: Youtube Video Info Scraper.exe
File type: Win32 EXE
Detection ratio: 0 / 38
Analysis date: 2012-05-01 18:19:05 UTC ( 1 minute ago )[/spoiler]
[hide]https://www.virustotal.com/file/5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c578b85b640074f/analysis/1335896345/[/spoiler]
[hide]SHA256: 5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c 578b85b640074f
SHA1: ef265d8c90e503973968c681ba5a5d2dbf72c6d8
MD5: efab577015cf59bb9b021d07770f9519
File size: 37.0 KB ( 37888 bytes )
File name: Youtube Video Info Scraper.exe
File type: Win32 EXE
Detection ratio: 0 / 38
Analysis date: 2012-05-01 18:19:05 UTC ( 1 minute ago )[/spoiler]
[hide]https://www.virustotal.com/file/1afb67bf41d1e8f342f32161120bb643ee141c947432c08383c0700580f4bf68/analysis/1335896591/[/spoiler]
[hide]SHA256: 1afb67bf41d1e8f342f32161120bb643ee141c947432c08383 c0700580f4bf68
SHA1: 935acf954e35ddc59a3a06ebb891e87bcae91576
MD5: 5e9992fc7e9fcd987ba904703b2e714a
File size: 16.5 KB ( 16896 bytes )
File name: HttpLibrary.dll
File type: Win32 DLL
Detection ratio: 0 / 42
Analysis date: 2012-05-01 18:23:11 UTC ( 0 minutes ago )[/spoiler]
[hide]https://www.virustotal.com/file/7fa0bccec6eafcda9f9a3c359b44aa20d09707d35f7ac3c3d81fac1ec5e9e3fa/analysis/1335897751/[/spoiler]
[hide]SHA256: 7fa0bccec6eafcda9f9a3c359b44aa20d09707d35f7ac3c3d8 1fac1ec5e9e3fa
SHA1: b8ad9b06aed2eeac1cbc3ea8483d4589ecaa0380
MD5: 9493d7cc60e44c3aae16ff45bb76c607
File size: 24.6 KB ( 25234 bytes )
File name: YT Video Info Scraper.zip
File type: ZIP
Detection ratio: 0 / 42
Analysis date: 2012-05-01 18:42:31 UTC ( 0 minutes ago )[/spoiler]
Code:
http://i1048.photobucket.com/albums/s369/marketerbg/Threads/YTVIS-usage.png
Download
[hide]http://www.mediafire.com/?292xa6vaqy3wtm0[/hide]
Usage:
Pretty straight forward, but let's do a simple step by step guide:
0) Scrape some videos off YouTube with Scrapebox OR whichever scraper you're using ... :D
1) Click on "Load Videos" and load them from a text file which has the full url address to the videos, e.g.:
Code:
PHP Code:
http://www.youtube.com/watch?v=eeGhV6wAzhg
http://www.youtube.com/watch?v=eFQrZd37110
http://www.youtube.com/watch?v=Eh_INmqimgo
http://www.youtube.com/watch?v=eL0xgWe6z9s
http://www.youtube.com/watch?v=fQA57y6S2Qk
http://www.youtube.com/watch?v=FQDQnLHBcqs
2) Set the "Delay" in seconds between each request - if you're going to scrape a lot of videos I suggest you to use something between 5-10 seconds. For under 50 videos, you can safely use the default option which is zero seconds.
3) Select the folder you want the output file (which is named ALWAYS "Scraped Video Info.csv") to be placed!
NOTE: If you don't select that the file will be saved to the current directory where the "Youtube Video Info Scraper.exe" is located.
4) Click on the "Scrape" button, and wait for the program to finish. If everything went the right way, you should see this:
Code:
http://i1048.photobucket.com/albums/s369/marketerbg/YTVIS-Finished.png
Just click "OK" and you're done!
OUTPUT:
The output is like this, and the info for each video is stored on new line:
URL,Title,Description,Tags
HINT: You can use this information directly with iMACROS as Datasource file ;)
Other Notes:
- This program takes somewhere between 1-3 seconds to scrape and save the info to the CSV file. Which means with delay of 5 seconds the whole operation for one video will be performed for 6-8 seconds. Simple math tells us that for 100 videos you'll need 13 minutes in the worst case to finish.
- If you select the same directory for each scrape, the new info will be APPENDED to the old "Scraped Video Info.csv", if you don't want that, just RENAME/Move the file to another directory.
Virustotal Info:
[hide]SHA256: 5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c 578b85b640074f
SHA1: ef265d8c90e503973968c681ba5a5d2dbf72c6d8
MD5: efab577015cf59bb9b021d07770f9519
File size: 37.0 KB ( 37888 bytes )
File name: Youtube Video Info Scraper.exe
File type: Win32 EXE
Detection ratio: 0 / 38
Analysis date: 2012-05-01 18:19:05 UTC ( 1 minute ago )[/spoiler]
[hide]https://www.virustotal.com/file/5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c578b85b640074f/analysis/1335896345/[/spoiler]
[hide]SHA256: 5814b43a83d8a711140ab1ab825977680ff57934c32ab12b8c 578b85b640074f
SHA1: ef265d8c90e503973968c681ba5a5d2dbf72c6d8
MD5: efab577015cf59bb9b021d07770f9519
File size: 37.0 KB ( 37888 bytes )
File name: Youtube Video Info Scraper.exe
File type: Win32 EXE
Detection ratio: 0 / 38
Analysis date: 2012-05-01 18:19:05 UTC ( 1 minute ago )[/spoiler]
[hide]https://www.virustotal.com/file/1afb67bf41d1e8f342f32161120bb643ee141c947432c08383c0700580f4bf68/analysis/1335896591/[/spoiler]
[hide]SHA256: 1afb67bf41d1e8f342f32161120bb643ee141c947432c08383 c0700580f4bf68
SHA1: 935acf954e35ddc59a3a06ebb891e87bcae91576
MD5: 5e9992fc7e9fcd987ba904703b2e714a
File size: 16.5 KB ( 16896 bytes )
File name: HttpLibrary.dll
File type: Win32 DLL
Detection ratio: 0 / 42
Analysis date: 2012-05-01 18:23:11 UTC ( 0 minutes ago )[/spoiler]
[hide]https://www.virustotal.com/file/7fa0bccec6eafcda9f9a3c359b44aa20d09707d35f7ac3c3d81fac1ec5e9e3fa/analysis/1335897751/[/spoiler]
[hide]SHA256: 7fa0bccec6eafcda9f9a3c359b44aa20d09707d35f7ac3c3d8 1fac1ec5e9e3fa
SHA1: b8ad9b06aed2eeac1cbc3ea8483d4589ecaa0380
MD5: 9493d7cc60e44c3aae16ff45bb76c607
File size: 24.6 KB ( 25234 bytes )
File name: YT Video Info Scraper.zip
File type: ZIP
Detection ratio: 0 / 42
Analysis date: 2012-05-01 18:42:31 UTC ( 0 minutes ago )[/spoiler]