Advertisement
Guest User

Untitled

a guest
Jul 21st, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. # @Date : ${date}
  4. # @Author : ${author} (${email})
  5. # @Link : ${link}
  6. # @Version : Python3.7
  7.  
  8. ${1:import os}
  9. ${2:import re}
  10. ${3:import sys}
  11. ${4:import time}
  12. ${5:import requests}
  13. ${6:from threading import Thread}
  14. ${7:from bs4 import BeautifulSoup as Soup}
  15. ${8:from urllib.request import urlretrieve}
  16.  
  17.  
  18.  
  19. def main():
  20. pass
  21.  
  22.  
  23. if __name__ == '__main__':
  24. main()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement