https://github.com/unknown321/icheckmovies
parse public list on beta.icheckmovies.com and save it to json
https://github.com/unknown321/icheckmovies
Last synced: 11 days ago
JSON representation
parse public list on beta.icheckmovies.com and save it to json
- Host: GitHub
- URL: https://github.com/unknown321/icheckmovies
- Owner: unknown321
- Created: 2018-04-21T16:41:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T16:55:47.000Z (about 8 years ago)
- Last Synced: 2023-07-19T17:34:06.590Z (almost 3 years ago)
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# icheckmovies
parse public list on beta.icheckmovies.com and save it to json
python3, beautifulsoup4
used to parse https://beta.icheckmovies.com/lists/reddit+top+250/?showall=true
output:
```
{
"name": "The Great Dictator",
"link": "/movies/the+great+dictator/",
"length": "125min",
"director": "Charles Chaplin",
"imdb_link": "http://www.imdb.com/title/tt0032553/",
"cover": "https://beta.icheckmovies.com/var/posters/medium/0/91.jpg",
"genres": [
"Drama",
"Comedy",
"War"
],
"year": "1940"
}
```