Implementing channel data dictionary for a given video.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2023-01-07 14:08:51 -05:00
parent 74af2f9fc6
commit 31b2cd471f
2 changed files with 6 additions and 1 deletions

View File

@ -16,5 +16,5 @@ BaselineOfVideoWeb >> baseline: spec [
{ #category : #accessing }
BaselineOfVideoWeb >> semanticVersion [
^ '0.2.0'
^ '0.2.1'
]

View File

@ -88,6 +88,11 @@ Invidious >> channel: authorId [
^ STONJSON fromString: queryURL asUrl retrieveContents
]
{ #category : #accessing }
Invidious >> channelContainingVideo: videoID [
^ self channel: (self video: videoID) authorId
]
{ #category : #accessing }
Invidious >> fromDictionary: aDictionary [
| rawMonitor|