manimalx / youtube-upload

Automatically exported from code.google.com/p/youtube-upload
0 stars 0 forks source link

Feature suggestions: disable comments and ratings, add video recording tim (CODE included) #131

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, I have implemented the following features:

--nocomments - flag: Disables the comments for video(s)
--noratings - flag: Disables the ratings (up- & down-voting) for video(s)
--recorded="YYYY-MM-DD" - parameter: Sets the recording data for video(s)

I've made some rudimentary tests with both pycurl and gdata.
Each with and without the new features.
I had no problem with the new features and they function as expected.

I attached the code at your free disposal.
The recorded data should probably be check for syntactical correctness, before 
using it further in the script. I have not implemented such a test in the 
attached version. You may do that yourself.

I'd be happy to see these features implemented (may it be this version or one 
that you did yourself).

Best Regards
Joel Schmidt

Original issue reported on code.google.com by J.Schmid...@googlemail.com on 21 Dec 2013 at 12:10

Attachments:

GoogleCodeExporter commented 9 years ago
Received, I'll check it soon.

Original comment by tokland on 25 Dec 2013 at 7:03

GoogleCodeExporter commented 9 years ago
commited with just some cosmetic changes, thanks: r198

Original comment by tokland on 26 Dec 2013 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by tokland on 13 May 2014 at 8:32