From 6d459b7ac31f577cc278d4b4513bcf57e5441fec Mon Sep 17 00:00:00 2001 From: Offray Luna Date: Tue, 27 Dec 2022 17:35:02 -0500 Subject: [PATCH] Minor: classification. --- Shortener/YouTube.class.st | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Shortener/YouTube.class.st b/Shortener/YouTube.class.st index b0eca9e..ce72c5f 100644 --- a/Shortener/YouTube.class.st +++ b/Shortener/YouTube.class.st @@ -4,9 +4,9 @@ Class { #category : #'Shortener-Model' } -{ #category : #'as yet unclassified' } +{ #category : #operation } YouTube class >> enlargeLink: shortLinkString [ - | videoId videoLink shortLinkHost | + | videoId shortLinkHost | shortLinkHost := shortLinkString asZnUrl host. (shortLinkHost = 'www.youtube.com') ifTrue: [ ^ shortLinkHost ].