Implementing channel data dictionary for a given video.
This commit is contained in:
parent
74af2f9fc6
commit
31b2cd471f
@ -16,5 +16,5 @@ BaselineOfVideoWeb >> baseline: spec [
|
|||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
BaselineOfVideoWeb >> semanticVersion [
|
BaselineOfVideoWeb >> semanticVersion [
|
||||||
^ '0.2.0'
|
^ '0.2.1'
|
||||||
]
|
]
|
||||||
|
@ -88,6 +88,11 @@ Invidious >> channel: authorId [
|
|||||||
^ STONJSON fromString: queryURL asUrl retrieveContents
|
^ STONJSON fromString: queryURL asUrl retrieveContents
|
||||||
]
|
]
|
||||||
|
|
||||||
|
{ #category : #accessing }
|
||||||
|
Invidious >> channelContainingVideo: videoID [
|
||||||
|
^ self channel: (self video: videoID) authorId
|
||||||
|
]
|
||||||
|
|
||||||
{ #category : #accessing }
|
{ #category : #accessing }
|
||||||
Invidious >> fromDictionary: aDictionary [
|
Invidious >> fromDictionary: aDictionary [
|
||||||
| rawMonitor|
|
| rawMonitor|
|
||||||
|
Loading…
Reference in New Issue
Block a user