API Example
GET https://yt-api.professor.org.in/query={video_id}&stream_type={audio | video}&key={api_key}
Response: {
��"status": "success",
��"title": "YouTube Video Title",
��"duration": 245,
��"thumbnail": "https://yt-api.professor.org.in.{vid}.jpg",
��"stream_url": "https://yt-api.professor.org.in/stream/{vid}",
��""stream_type": "video"
}