mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2025-04-23 06:41:32 -06:00
Update ServiceProviderDefinitions
This commit is contained in:
parent
d74861d447
commit
0d7775d43a
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue