Add gameChannelId
, gameName
, and uploadDateISO
in BaseVideo
#74
Labels
enhancement
New feature or request
gameChannelId
, gameName
, and uploadDateISO
in BaseVideo
#74
Hello, first and foremost, I would like to express my gratitude for creating and maintaining this fantastic library.
We have a project that requires some additional information to be crawled:
add
gameChannelId
andgameName
fields inBaseVideo.ts
uploadDate
in YYYY-MM-DD format with the same time zone.Two
uploadDate
can be found in the json data, one of which is the original:I guess it is the local time zone string.
The other is:
Its format is always YYYY-MM-DD and I guess it's in 0 timezone.
I try to write like this as follows:
BaseVideo.ts
BaseVideoParser.ts
Print out the result.
I'm not sure the naming and writing are correct, please correct me if any wrong.
We hope that this can be implemented as a new feature in the future. Thank you!
The text was updated successfully, but these errors were encountered: