Git Product home page Git Product logo

gcap's People

Contributors

guendto avatar

Watchers

James Cloos avatar  avatar

gcap's Issues

gcap fails on https urls

What steps will reproduce the problem?
1. gcap https://www.youtube.com/watch?v=JaFVr_cJJIY
2.
3.

What is the expected output? What do you see instead?
Checking ...Couldn't parsefile 
[http://video.google.com/timedtext?hl=en&type=list&v=https://www.youtube.com/wat
ch?v=JaFVr_cJJIY] with LWP: 
not well-formed (invalid token) at line 2, column 11, byte 27 at 
/usr/lib/perl5/vendor_perl/XML/Parser.pm line 187

What version of the product are you using? On what operating system?
0.1.0 - Linux

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 Nov 2011 at 7:32

Attachments:

Option to download automatic captions

What steps will reproduce the problem?
1. gcap "http://www.youtube.com/watch?v=aq1LUZwWPXg"

What is the expected output? What do you see instead?

It would be good to have an option to download the automatic caption instead 
getting an "error: no input: no captions found"

What version of the product are you using? On what operating system?

0.1.1

Please provide any additional information below.

Some videos have an automatic caption available (while not 100% accurate, they 
are useful for non-native English speakers).

Original issue reported on code.google.com by [email protected] on 3 May 2012 at 2:54

ARGV Problem

What steps will reproduce the problem?
1. gcap -W3Cn6R0jWk
2.
3.

What is the expected output? What do you see instead?
Should download subtitle for video code given in $ARGV[0].

% gcap -W3Cn6R0jWk
Unknown option: W
Unknown option: 3
Unknown option: C
Unknown option: n
Unknown option: 6
Unknown option: R
Unknown option: 0
Unknown option: j
Unknown option: W
Unknown option: k

What version of the product are you using? On what operating system?
Version: 0.0.6
OS: Linux

Please provide any additional information below.

Temporary fix:

foreach $arg (@ARGV) {
    if ($count = $arg =~ s/(.)/$1/gs eq 11) {
        ...Download srt file...
    }
}


Original issue reported on code.google.com by [email protected] on 20 Feb 2011 at 2:43

can't download captions - error with Getopt/ArgvFile.pm

What steps will reproduce the problem?
1. download source code
2. try to run gcap from pre-compiled binary or by make / make install 
instructions
3. gcap 0QRO3gKj3qw

What is the expected output? What do you see instead?

Can't locate Getopt/ArgvFile.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 
/usr/local/lib/site_perl .) at /usr/local/bin/gcap line 32.


What version of the product are you using? On what operating system?

gcap 0.0.4 from source download ( git repository was down ) 
ubuntu 10.04, perl v5.10.1 

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 22 Nov 2010 at 1:57

Decode HTML entities in subtitles

What steps will reproduce the problem?
1.gcap y0dJ4GPz12Y
2.cat y0dJ4GPz12Y_ro.srt | grep quot
3.

What is the expected output? What do you see instead?
" should be replaced with: "
' should be replaced with: '

What version of the product are you using? On what operating system?
0.0.5

Please provide any additional information below.
Temporary fix:
`perl -pi -e 's/"/"/g' $srt_file`;
`perl -pi -e "s/'/'/g" $srt_file`;

Original issue reported on code.google.com by [email protected] on 13 Feb 2011 at 7:28

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.