Manual de Calibre | Page 44
Manual de usuario de calibre, Publicación 2.73.0
hypertabs_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
video_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
audio_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
picture_gallery_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
slideshow_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
quote_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
hidden_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
comment_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
story_actions_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
bookmark_list_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'id': re.compile(
secondary_content_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'id': re.compile(
featured_content_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'id': re.compile(
navigation_reg_exp, re.IGNORECASE)}),
dict(name='form', attrs={'id': re.compile(
form_reg_exp, re.IGNORECASE)}),
dict(attrs={'class': re.compile(
quote_reg_exp, re.IGNORECASE)}),
dict(attrs={'class': re.compile(
hidden_reg_exp, re.IGNORECASE)}),
dict(attrs={'class': re.compile(
social_links_reg_exp, re.IGNORECASE)}),
dict(attrs={'class': re.compile(
comment_reg_exp, re.IGNORECASE)}),
dict(attrs={'class': re.compile(
skip_reg_exp, re.IGNORECASE)}),
dict(name='map', attrs={'id': re.compile(
map_reg_exp, re.IGNORECASE)}),
dict(name='map', attrs={'name': re.compile(
map_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'id': re.compile(
social_bookmarks_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'id': re.compile(
blq_mast_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
sharesb_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={
'class': re.compile(o_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
promo_top_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
promo_bottom_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={
'class': re.compile(nlp_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
mva_or_mvb_reg_exp, re.IGNORECASE)}),
dict(name='div', attrs={'class': re.compile(
40
CapĆtulo 1. Secciones