sdvcrx / pan-baidu-download

百度网盘下载脚本
MIT License
436 stars 103 forks source link

show 命令报错 #40

Closed wong2 closed 7 years ago

wong2 commented 7 years ago
Traceback (most recent call last):
  File "bddown_cli.py", line 53, in <module>
    execute_command()
  File "bddown_cli.py", line 49, in execute_command
    commands[command](args[1:])
  File "/Users/wong2/codes/python/pan-baidu-download/command/show.py", line 15, in show
    info = pan.get_dlink(url)
AttributeError: 'Pan' object has no attribute 'get_dlink'