Advertisement
AncientCatz

lightnovel-crawler - wattpad log

Nov 26th, 2020
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.19 KB | None | 0 0
  1. Welcome to Termux!
  2.  
  3. Wiki: https://wiki.termux.com
  4. Community forum: https://termux.com/community
  5. Gitter chat: https://gitter.im/termux/termux
  6. IRC channel: #termux on freenode
  7.  
  8. Working with packages:
  9.  
  10. * Search packages: pkg search <query>
  11. * Install a package: pkg install <package>
  12. * Upgrade packages: pkg upgrade
  13.  
  14. Subscribing to additional repositories:
  15.  
  16. * Root: pkg install root-repo
  17. * Unstable: pkg install unstable-repo
  18. * X11: pkg install x11-repo
  19.  
  20. Report issues at https://termux.com/issues
  21.  
  22. ❯ lncrawl --format epub json --single -i --all -s https://www.wattpad.com/story/187887932 -lll
  23. ================================================================================
  24. 📒 Lightnovel Crawler 🍀2.23.3
  25. https://github.com/dipu-bd/lightnovel-crawler
  26. --------------------------------------------------------------------------------
  27. 🔊 LOG LEVEL: DEBUG
  28. --------------------------------------------------------------------------------
  29. 2020-11-27 08:49:09,345 [DEBUG] (urllib3.connectionpool)
  30. Starting new HTTP connection (1): bit.ly:80
  31. 2020-11-27 08:49:09,740 [DEBUG] (urllib3.connectionpool)
  32. http://bit.ly:80 "GET /2yYyFGd HTTP/1.1" 301 132
  33. 2020-11-27 08:49:09,766 [DEBUG] (urllib3.connectionpool)
  34. Starting new HTTPS connection (1): pypi.org:443
  35. 2020-11-27 08:49:10,039 [DEBUG] (urllib3.connectionpool)
  36. https://pypi.org:443 "GET /pypi/lightnovel-crawler/json HTTP/1.1" 200 18699
  37.  
  38. ➡ Press Ctrl + C to exit
  39.  
  40. 2020-11-27 08:49:13,089 [INFO] (lncrawl.utils.racovimge)
  41. Jinja2 is required for cover generation:
  42. pip install Jinja2
  43. 2020-11-27 08:49:13,108 [INFO] (lncrawl.core.downloader)
  44. CairoSVG was not found.Install it to generate random cover image:
  45. pip install cairosvg
  46. 2020-11-27 08:49:13,130 [INFO] (lncrawl.core.app)
  47. Initialized App
  48. 2020-11-27 08:49:13,133 [INFO] (lncrawl.core.app)
  49. Detected URL input
  50. 2020-11-27 08:49:13,146 [INFO] (lncrawl.core.app)
  51. Initializing crawler for: https://www.wattpad.com/
  52. Retrieving novel info...
  53. https://www.wattpad.com/story/187887932
  54. 2020-11-27 08:49:13,229 [DEBUG] (lncrawl.sources.wattpad)
  55. Visiting https://www.wattpad.com/story/187887932
  56. 2020-11-27 08:49:13,240 [DEBUG] (urllib3.connectionpool)
  57. Starting new HTTPS connection (1): www.wattpad.com:443
  58. 2020-11-27 08:49:14,951 [DEBUG] (urllib3.connectionpool)
  59. https://www.wattpad.com:443 "GET /story/187887932 HTTP/1.1" 200 None
  60. 2020-11-27 08:49:15,558 [INFO] (lncrawl.sources.wattpad)
  61. Novel title: Immortal and Martial Dual Cultivation [Book 1]
  62. 2020-11-27 08:49:15,663 [INFO] (lncrawl.sources.wattpad)
  63. Novel cover: https://img.wattpad.com/cover/187887932-352-k994748.jpg
  64. 2020-11-27 08:49:15,988 [INFO] (lncrawl.sources.wattpad)
  65. Novel author: Whalien-052
  66. NOVEL: Immortal and Martial Dual Cultivation [Book 1]
  67. 2 volumes and 200 chapters found
  68. Traceback (most recent call last):
  69. File "/data/data/com.termux/files/usr/bin/lncrawl", line 8, in <module>
  70. sys.exit(main())
  71. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/__init__.py", line 13, in main
  72. start_app()
  73. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/core/__init__.py", line 79, in start_app
  74. raise err
  75. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/core/__init__.py", line 76, in start_app
  76. run_bot(bot)
  77. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/bots/__init__.py", line 17, in run_bot
  78. ConsoleBot().start()
  79. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/bots/console/start.py", line 58, in start
  80. self.app.get_novel_info()
  81. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/core/app.py", line 135, in get_novel_info
  82. format_novel(self.crawler)
  83. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/core/novel_info.py", line 17, in format_novel
  84. format_chapters(crawler)
  85. File "/data/data/com.termux/files/usr/lib/python3.9/site-packages/lncrawl/core/novel_info.py", line 43, in format_chapters
  86. raise Exception('Unknown volume %s for chapter %s' %
  87. Exception: Unknown volume 3 for chapter 200
  88.    ~   1 ✘  13s   system 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement