You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
There used to be a search_videos (or rather searchvideos) option in the find function. Not sure when it was removed, it doesn't appear to have been in github ever.
It was just below the allvideos option in the find function ~line 149:
case 'searchvideos':
$method = 'search_videos';
$get_item_count = TRUE;
break;
When was it removed? Why was it removed if the call still works?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
There used to be a search_videos (or rather searchvideos) option in the find function. Not sure when it was removed, it doesn't appear to have been in github ever.
It was just below the allvideos option in the
find
function~line 149
:When was it removed? Why was it removed if the call still works?
The text was updated successfully, but these errors were encountered: