X-Git-Url: https://git.mdrn.pl/librarian.git/blobdiff_plain/63f2be7b043df0f94bfa1f96e87834b72be14987..dae85cc198c36d58dd2bdd6eaf29f69a5e3cacaa:/librarian/pyhtml.py diff --git a/librarian/pyhtml.py b/librarian/pyhtml.py index 0f23125..de04fc0 100644 --- a/librarian/pyhtml.py +++ b/librarian/pyhtml.py @@ -255,13 +255,29 @@ u"""%(wskazowki)s return u"" % def_href, u'%s%s' % (def_err, more_links) + def handle_video(self, element): + url = element.attrib.get('url') + if not url: + print '!!