Difference between revisions of "Blip.tv"

From Archiveteam
Jump to navigation Jump to search
Line 14: Line 14:
== Site Structure ==
== Site Structure ==
* On pages like http://blip.tv/comedy-videos there is pagination but the page links are only '#' and need js to work
* On pages like http://blip.tv/comedy-videos there is pagination but the page links are only '#' and need js to work
* Each anchor tag does have a data-results_page value that appears to carry the url information.
* Each anchor tag does have a data-results_page value that appears to carry the url information. Here is an example:
 
    <a class='currentResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=1">1</a>
 
    <a class='advanceResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=2">2</a>
    <a class='advanceResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=3">3</a>


== External links ==
== External links ==

Revision as of 22:23, 8 October 2013

Blip.tv
Blip.tv 1303512711518.png
URL http://blip.tv/
Status Online!
Archiving status Not saved yet
Archiving type Unknown
IRC channel #archiveteam-bs (on hackint)

Blip.tv is a video sharing website.

Template:Expand

Site Structure

  • On pages like http://blip.tv/comedy-videos there is pagination but the page links are only '#' and need js to work
  • Each anchor tag does have a data-results_page value that appears to carry the url information. Here is an example:
   <a class='currentResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=1">1</a>
   <a class='advanceResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=2">2</a>
   <a class='advanceResults' href="#" data-results_page="/channel/get_directory_listing?channels_id=46&page=3">3</a>

External links