Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo0nl19ht committed Sep 26, 2021
1 parent 2c69045 commit 0e791c8
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ https://velog.io/@yhe228/Youtube-API%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%B4-%EB%8D
### 아래 코드로 모든 크롤링이 끝납니다

```jsx
from youtube_crawler import Crawler
from youtubecrawling import youtubecrawling

key_list=[ "asdasd", "bddfg", "hgfd"]

# 크롤러 호출
c = Crawler("D:/youtube_crawler", key_list)
c = youtubecrawling.Crawler("D:/youtube_crawler", key_list)

# 블랙핑크로 유튜브 검색 , id, 제목 크롤링
df = c.youtube_search("블랙핑크")
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions youtube_crawler/setup.py → youtubecrawling/setup.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from setuptools import setup, find_packages

setup(
name='youtube_crawler',
version='1.0.5',
name='youtubecrawling',
version='1.0.1',
description="crawling Yotube video's url, title, full description, caption, comment",
author='Moon Ye Wan',
author_email='[email protected]',
Expand All @@ -12,5 +12,4 @@
packages=find_packages(exclude=[]),
keywords=['youtube', 'crawler', 'textdata'],
python_requires='>=3',

)
File renamed without changes.

0 comments on commit 0e791c8

Please sign in to comment.