Dailymotion: "Included By" Feature

Show all playlists that include the current video

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey, Greasemonkey или Violentmonkey.

Для установки этого скрипта вам необходимо установить расширение, такое как Tampermonkey.

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey или Violentmonkey.

Чтобы установить этот скрипт, вы сначала должны установить расширение браузера, например Tampermonkey или Userscripts.

Чтобы установить этот скрипт, сначала вы должны установить расширение браузера, например Tampermonkey.

Чтобы установить этот скрипт, вы должны установить расширение — менеджер скриптов.

(у меня уже есть менеджер скриптов, дайте мне установить скрипт!)

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение браузера, например Stylus.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

Чтобы установить этот стиль, сначала вы должны установить расширение — менеджер стилей.

(у меня уже есть менеджер стилей, дайте мне установить скрипт!)

Автор
David Toso
Установок в день
0
Всего установок
691
Оценки
3 0 1
Версия
0.9.9
Создано
19.07.2014
Обновлено
14.08.2014
Размер
9,4 КБ
Лицензия
нет данных
Работает на

DailyMotion "Included By" (0.9.9).

Please note - 27/Sep/2014

It looks like Dailymotion have made an (unannounced) change to their data APIs, which will affect some/many users of this UserScript:

  • They've changed the /video/xxxxxx/playlists/ API such that if the video has been marked by Dailytion/users as "explicit" (requires Age Gate cookie) then the Data API will NOT return any playlists.
  • This is a change from the previous behaviour whereby the playlists would be returned and an "explicit" flag would be set in the response.

The upshot is that if you were using this script to "explore" videos related to those marked "explicit", this UserScript will not work anymore. There also appears to be no other way to access this data.

If you were using this UserScript for videos not marked "explicit" then nothing will have changed.

Description

There used to be a Dailymotion video tab called "Playlists" below the video player (there still is on Android!). That tab showed the 10 most popular user-generated playlists that included the current video, and was useful for finding similar content uploaded by other DailyMotion members. DailyMotion first disabled, then removed that feature. This UserScript aims to restore (and improve!) that functionality.

Details:

  • Shows *all* playlists which contain the current video, paginated (10 per page).
  • Shows preview video thumb for each playlist, with the owning user and number of videos.
  • Highlights the logged-in user's name when found as a playlist owner.
  • New: Highlights the "Add To" tab in green when you already have the current video in one or more of your playlists.
  • Fixed: Updated to support GreaseMonkey 2+ on Firefox 30+.
  • Fixed: Fixed issue with skipping of pages.

Long term stability:

While the REST apis for getting information about videos have not changed in a long time, DailyMotion changes the video page itself very often in ways which can break UserScripts which attempt to attach to it. I'll try to keep this UserScript updated as much as humanly possibe!