add movie scraping and documentation
Some checks failed
Build docker container / build (push) Failing after 7m21s
Some checks failed
Build docker container / build (push) Failing after 7m21s
This commit is contained in:
@ -7,8 +7,13 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Quartz": {
|
||||
"JobSchedule": "0 0/30 * * * ?"
|
||||
"JobSchedule": "$JOB_SCHEDULE"
|
||||
},
|
||||
"TableScrapeUrl": "https://www.telebilbao.es/programacion/",
|
||||
"StationProgramInformationUrl": "https://www.telebilbao.es/"
|
||||
"StationProgramInformationUrl": "https://www.telebilbao.es/",
|
||||
"MovieApi": {
|
||||
"Url": "$MOVIE_API_URL",
|
||||
"ApiKey": "$MOVIE_API_KEY",
|
||||
"ImageUrl": "$MOVIE_IMAGE_URL"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user