Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

29 lignes
760 B

  1. [
  2. {
  3. "provider_name": "Twitter",
  4. "provider_url": "http://www.twitter.com/",
  5. "endpoints": [
  6. {
  7. "schemes": [
  8. "https://twitter.com/*/moments/*",
  9. "https://*.twitter.com/*/moments/*"
  10. ],
  11. "url": "https://publish.twitter.com/oembed"
  12. }
  13. ]
  14. },
  15. {
  16. "provider_name": "YouTube Shorts",
  17. "provider_url": "http://www.youtube.com/",
  18. "endpoints": [
  19. {
  20. "schemes": [
  21. "https://youtube.com/shorts/*",
  22. "https://*.youtube.com/shorts/*"
  23. ],
  24. "url": "https://www.youtube.com/oembed"
  25. }
  26. ]
  27. }
  28. ]