Loading imgslipstream.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ if __name__ == '__main__': ) ) url = document[src_quote + 1:src_end_quote].strip() log.debug('url = {0}'.format(url)) log.debug('url = {0}'.format(url[:args.maxlen])) if len(url) < 5: log.warning('src attribute not long enough: {0}'.format(document[img_tag - 4:img_end_tag + 40])) continue Loading Loading
imgslipstream.py +1 −1 Original line number Diff line number Diff line Loading @@ -130,7 +130,7 @@ if __name__ == '__main__': ) ) url = document[src_quote + 1:src_end_quote].strip() log.debug('url = {0}'.format(url)) log.debug('url = {0}'.format(url[:args.maxlen])) if len(url) < 5: log.warning('src attribute not long enough: {0}'.format(document[img_tag - 4:img_end_tag + 40])) continue Loading