Results 1 to 4 of 4
  1. #1
    LMORCB is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2015
    Posts
    2

    Need to extract list of all video files on specific channel(user/owner) of Youtube

    Using VBA in an Access 2013 DB, I'm trying to capture a list of all videos on Youtube that were posted by a specific user. I can get about 30 of them (whatever is listed on the user's page) on the first pass. User allows for several pages with "show more" button and the thumbnails show up - but View Page Source only shows the details for the first page. So is there a way to access the entire list of videos by a specified user?



    thanks.

  2. #2
    JamesDeckert is offline Competent Performer
    Windows 7 64bit Access 2013
    Join Date
    Jul 2015
    Location
    Salina, KS
    Posts
    262
    Sounds like you could screen scrape the webpage and then create a loop or recursion to go into each "show more" button

  3. #3
    Perceptus's Avatar
    Perceptus is offline Expert
    Windows 7 64bit Access 2007
    Join Date
    Nov 2012
    Location
    Knoxville, Tennessee
    Posts
    659
    Be very careful with screen scrapes. Ive never heard of it being legal unless the data is yours to begin with. in which case, you could access the data in a more efficient manner.

  4. #4
    LMORCB is offline Novice
    Windows 7 32bit Access 2013
    Join Date
    Oct 2015
    Posts
    2
    Found answer. Need to programatically 1) scroll to bottom of page; 2) "click" the "more" button; 3) set focus on different app; 4) return to webpage; 5) scrape data. Seems the "view source" doesn't reset until focus is lost and regained. Thanks for input.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 2
    Last Post: 10-29-2013, 02:39 AM
  2. Replies: 1
    Last Post: 06-20-2012, 12:18 PM
  3. Replies: 3
    Last Post: 09-11-2011, 01:25 PM
  4. read metadata from video files
    By user in forum Access
    Replies: 1
    Last Post: 07-07-2011, 05:05 AM
  5. Extract Specific Data from Access
    By iamstupid in forum Access
    Replies: 1
    Last Post: 05-26-2011, 12:58 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums