Adding new line in video description via YouTube Data API v3
问题 I am using https://github.com/tokland/youtube-upload to upload videos, however, I am not able to break a line in the video description. Any way this could be done? For example, I am successful with: C:\Python35\youtube-upload-master\bin>youtube-upload --title="Title" \ --description="This is one line" --category=Music "video.mp4" I have tried adding escape sequences \\n , \n , \r\n in the middle of description but they are added without escaping (e.g. This is \\n one line ). Also tried <br />