1
0
Fork 1
mirror of https://codeberg.org/keyoxide/doipjs.git synced 2025-04-23 06:41:32 -06:00

Update ServiceProviderDefinitions

This commit is contained in:
Daniel Levi 2025-03-15 10:07:20 +02:00
parent d74861d447
commit 0d7775d43a
No known key found for this signature in database
GPG key ID: D267DF29810DBDD5

View file

@ -18,7 +18,7 @@ limitations under the License.
* @module serviceProviders/youtube
* @example
* import { ServiceProviderDefinitions } from 'doipjs';
* const sp = ServiceProviderDefinitions.data.youtube.processURI('https://www.youtube.com/watch?v=VIDEO_ID');
* const sp = ServiceProviderDefinitions.data.youtube.processURI('https://www.youtube.com/playlist?list=PLAYLIST_ID');
*/
import * as E from '../enums.js'