-
I managed to download videos but I couldn't find how can I fetch descriptions on the documentation |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Descriptions are unreliable from my experience (usually filled with silly emojis or sometimes no description at all). You'd have to write a hefty user sanitization function to make anything from the description usable. I simply use the video_id as the filename and it works out great. If you want the Descriptions along with the videos I'd log the descriptions along with the video_id in a json log or something along those lines you can use elsewhere. |
Beta Was this translation helpful? Give feedback.
Descriptions are unreliable from my experience (usually filled with silly emojis or sometimes no description at all). You'd have to write a hefty user sanitization function to make anything from the description usable.
I simply use the video_id as the filename and it works out great. If you want the Descriptions along with the videos I'd log the descriptions along with the video_id in a json log or something along those lines you can use elsewhere.