Difference between revisions of "Blip.tv"

From Archiveteam
Jump to navigation Jump to search
Line 23: Line 23:
* To video an episode list for a show you must have javascript enabled. This is also true for pagination on these pages.
* To video an episode list for a show you must have javascript enabled. This is also true for pagination on these pages.
* Some shows have rss feeds. Example http://blip.tv/ylse/rss
* Some shows have rss feeds. Example http://blip.tv/ylse/rss
* RSS feeds might have the whole video history of a show but it has only been tested with a show with 54 episodes.
* If you have the url of a video's page http://blip.tv/zomblogalypse/zomblogalypse-series-trailer-5617646 for example get-flash-video can download the video in a nice mp4 file.
* If you have the url of a video's page http://blip.tv/zomblogalypse/zomblogalypse-series-trailer-5617646 for example get-flash-video can download the video in a nice mp4 file.
* There is no /sitemap.xml
* There is no /sitemap.xml

Revision as of 23:13, 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>
  • Only 3 links of pagination are shown at a time. To find out how many pages a category has you must click the "double arrow right" at the bottom of the page, which requires javascript.
  • Each page of results in a category is only 8 shows at a time.
  • Each show has x many episodes
  • To video an episode list for a show you must have javascript enabled. This is also true for pagination on these pages.
  • Some shows have rss feeds. Example http://blip.tv/ylse/rss
  • RSS feeds might have the whole video history of a show but it has only been tested with a show with 54 episodes.
  • If you have the url of a video's page http://blip.tv/zomblogalypse/zomblogalypse-series-trailer-5617646 for example get-flash-video can download the video in a nice mp4 file.
  • There is no /sitemap.xml
  • robots.txt crawl delay is 1 second.

External links