Advertisement
Guest User

Untitled

a guest
Oct 10th, 2015
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. ---------------------------------------------------------------------------------
  2. youtube.com ID + image screpper need to use api
  3.  
  4. script need to scrape id and image tumbnail using keywords
  5.  
  6. 1 - "load keywords"
  7.  
  8. -------------------------------------------------------------
  9. VIDEO OPTIONS
  10.  
  11. when script search using "keyword" scrap all results from like 10 pages
  12.  
  13. so if we have keyword "house mix 2015" we will get this :
  14.  
  15. https://www.youtube.com/results?search_query=house+mix+2015
  16.  
  17. and script need to record all youtube urls from this page and 10 more pages >
  18.  
  19. https://www.youtube.com/results?search_query=house+mix+2015&page=2
  20. https://www.youtube.com/results?search_query=house+mix+2015&page=3
  21. https://www.youtube.com/results?search_query=house+mix+2015&page=4
  22. https://www.youtube.com/results?search_query=house+mix+2015&page=5
  23. https://www.youtube.com/results?search_query=house+mix+2015&page=6
  24. https://www.youtube.com/results?search_query=house+mix+2015&page=7
  25. https://www.youtube.com/results?search_query=house+mix+2015&page=8
  26. https://www.youtube.com/results?search_query=house+mix+2015&page=9
  27. https://www.youtube.com/results?search_query=house+mix+2015&page=10
  28.  
  29. and export into txt into this format :
  30.  
  31. I will use 3 videos from 1st page :
  32.  
  33. https://www.youtube.com/watch?v=6vKtF1OerIQ
  34. https://www.youtube.com/watch?v=TguT_urwp_o
  35. https://www.youtube.com/watch?v=Z-LyvotnXBA
  36.  
  37. so export txt will be in this format :
  38.  
  39. <iframe width="425" height="350" src="https://www.youtube.com/embed/6vKtF1OerIQ" frameborder="0" allowfullscreen></iframe>
  40. – – – – –
  41. <iframe width="425" height="350" src="https://www.youtube.com/embed/TguT_urwp_o" frameborder="0" allowfullscreen></iframe>
  42. – – – – –
  43. <iframe width="425" height="350" src="https://www.youtube.com/embed/LyvotnXBA" frameborder="0" allowfullscreen></iframe>
  44.  
  45. and so on NOTE !!! after every full youtube line script need to add this :
  46.  
  47. "– – – – –"
  48. -------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement