Skip to content

Commit

Permalink
docs(readme): a year has passed again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartholomej committed Jan 30, 2023
1 parent 1758f13 commit 12e71ec
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build & Publish](https://github.com/bartholomej/node-csfd-api/workflows/Publish/badge.svg)](https://github.com/bartholomej/node-csfd-api/actions)
[![codecov](https://codecov.io/gh/bartholomej/node-csfd-api/branch/master/graph/badge.svg?token=YQH9UoVrGP)](https://codecov.io/gh/bartholomej/node-csfd-api)

# CSFD API 2022
# CSFD API 2023

> JavaScript NPM library for scraping **Czech Movie Database (csfd.cz)**
>
Expand Down Expand Up @@ -173,6 +173,19 @@ movies: [
}
}
],
tvSeries: [
{
id: 71924,
title: 'Království',
year: 1994,
url: 'https://www.csfd.cz/film/71924-kralovstvi/',
type: 'seriál',
colorRating: 'good',
poster: 'https://image.pmgstatic.com/cache/resized/w60h85/files/images/film/posters/166/708/166708064_2da697.jpg',
origins: ['Dánsko'],
creators: []
}
],
users: [
{
id: 912,
Expand Down Expand Up @@ -381,8 +394,8 @@ _Note: You can not use both parameters 'includesOnly' and 'excludes'. Parameter
- [ ] Search
- [x] Movies
- [x] Users
- [x] TV Series
- [ ] Creators
- [ ] TV Series
- [x] Creators
- [x] Bio
- [x] Movies (TODO categories)
Expand Down Expand Up @@ -443,7 +456,7 @@ That's why, with node-csfd-api, what happens on your device stays on your device

## License

Copyright © 2022 [Lukas Bartak](http://bartweb.cz)
Copyright © 2020 – 2023 [Lukas Bartak](http://bartweb.cz)

Proudly powered by nature 🗻, wind 💨, tea 🍵 and beer 🍺 ;)

Expand Down

0 comments on commit 12e71ec

Please sign in to comment.