Skip to content

Commit

Permalink
调整项目的排版
Browse files Browse the repository at this point in the history
  • Loading branch information
ylfeng250 committed Jan 22, 2018
1 parent aad2f3a commit 226016c
Show file tree
Hide file tree
Showing 25 changed files with 23 additions and 9 deletions.
21 changes: 12 additions & 9 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,22 @@
---
自己的一些爬虫经验总结

* [爬虫学习资源总和](学习目录.md)
[爬虫学习资源总和](学习目录.md)

0.[正则表达式](正则表达式.md) —— [pc端的user_agent](pc_user_agent.txt) —— [移动端的user_agent](mobile_user_agent.txt)

1.[AJAX的处理方式](./1.Ajax的处理方式)

2.[新闻页面的抓取](./2.新闻页面的抓取)
## [学习](./学习)

* [新浪军事](./2.新闻页面的抓取/1.新浪军事)
* [Ajax的处理方式](./学习/1.Ajax的处理方式)
* [requests库的学习和使用](./学习/2.requests库的学习和使用)

3.[requests库的学习和使用](./3.requests库的学习和使用)

4.[豆瓣影评的抓取](./4.豆瓣影评抓取)
## [工具](./工具)
* [爬虫学习资源总和](学习目录.md)
* [正则表达式](正则表达式.md)
* [pc端的user_agent](pc_user_agent.txt)
* [移动端的user_agent](mobile_user_agent.txt)

5.[爬虫工具](./5.工具)
## [项目](./项目)
* [新浪军事](./项目/1.新浪军事)
* [豆瓣影评抓取](./项目/2.豆瓣影评抓取)

File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions 学习/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 学习的时候的笔记
1 change: 1 addition & 0 deletions 工具/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 爬虫小工具,方便生活
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
"""
获取优酷视频播放的真正链接
使用方法:
更换 URL为视频的URL
在终端输入
python 优酷视频播放链接获取.py
"""
import random
import re

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions 项目/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
## 练习的爬虫项目

0 comments on commit 226016c

Please sign in to comment.