diff --git "a/YouDaoCiDian/\346\234\211\351\201\223\347\277\273\350\257\221.md" "b/YouDaoCiDian/\346\234\211\351\201\223\347\277\273\350\257\221.md" index 79021215..75d0b643 100644 --- "a/YouDaoCiDian/\346\234\211\351\201\223\347\277\273\350\257\221.md" +++ "b/YouDaoCiDian/\346\234\211\351\201\223\347\277\273\350\257\221.md" @@ -38,9 +38,8 @@ import requests from lxml import etree class YoudaoSpider(object): - def __init__(self):{ - - } + def __init__(self): + pass if __name__ == '__main__': spider = YoudaoSpider()