Home | Trees | Indices | Help |
---|
|
|
|||
|
|||
list of strings |
|
||
|
|||
|
|||
|
|
|||
reg_href = re.compile(r'href="
|
|||
reg_href_avatar = re.compile(r'href="
|
|||
reg_img = re.compile(r'alt="
|
|||
reg_time = re.compile(r'<img
|
|||
reg_img_avatar = re.compile(r'src="
|
|||
reg_img_title = re.compile(r'<acronym title="
|
|||
reg_title = re.compile(r'title="
|
|||
reg_video_id = re.compile(r'video/
|
|||
reg_pages = re.compile(r'>
|
|||
reg_watch_type = re.compile(r'<div class="user-watch" id="
|
|
|
|
|
Returns a list of videos, with their name, URL and thumbnail. This is parsing the HTML data we have in self._to_parse @rtype : list of (string, string, string) |
|
reg_img_title
|
reg_watch_type
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Wed Jan 16 19:10:01 2008 | http://epydoc.sourceforge.net |