Git Product home page Git Product logo

Comments (3)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 22, 2024
No matter how many times I try I can't get hulu.com/sec.swf to return 404.

In any case, IMO we need to move away from using gnash & sec.swf if possible.

Original comment by rwparris2 on 26 Feb 2009 at 1:45

from xbmc-addons.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 22, 2024
Here is my wget tries. That cb arg looks like YYYYMMDDSS where SS is some sort 
of
serial number of the day.

# wget http://www.hulu.com/sec.swf
--2009-02-25 18:04:25--  http://www.hulu.com/sec.swf
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-02-25 18:04:26 ERROR 404: Not Found.


# wget http://www.hulu.com/sec.swf?cb=2009022501
--2009-02-25 18:05:54--  http://www.hulu.com/sec.swf?cb=2009022501
Resolving www.hulu.com... 63.217.20.25, 63.217.20.83
Connecting to www.hulu.com|63.217.20.25|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022501'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.003s  

2009-02-25 18:05:55 (1.17 MB/s) - `sec.swf?cb=2009022501' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022502
--2009-02-25 18:05:58--  http://www.hulu.com/sec.swf?cb=2009022502
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022502'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.003s  

2009-02-25 18:05:59 (1.35 MB/s) - `sec.swf?cb=2009022502' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022601
--2009-02-25 18:06:04--  http://www.hulu.com/sec.swf?cb=2009022601
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022601'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.003s  

2009-02-25 18:06:05 (1.45 MB/s) - `sec.swf?cb=2009022601' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022602
--2009-02-25 18:06:08--  http://www.hulu.com/sec.swf?cb=2009022602
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022602'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.003s  

2009-02-25 18:06:08 (1.17 MB/s) - `sec.swf?cb=2009022602' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022603
--2009-02-25 18:06:13--  http://www.hulu.com/sec.swf?cb=2009022603
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022603'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.003s  

2009-02-25 18:06:14 (1.52 MB/s) - `sec.swf?cb=2009022603' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022604
--2009-02-25 18:06:16--  http://www.hulu.com/sec.swf?cb=2009022604
Resolving www.hulu.com... 63.217.20.25, 63.217.20.83
Connecting to www.hulu.com|63.217.20.25|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 4103 (4.0K) [application/x-shockwave-flash]
Saving to: `sec.swf?cb=2009022604'

100%[===========================================================================
=======================>]
4,103       --.-K/s   in 0.002s  

2009-02-25 18:06:17 (2.14 MB/s) - `sec.swf?cb=2009022604' saved [4103/4103]

# wget http://www.hulu.com/sec.swf?cb=2009022605
--2009-02-25 18:06:19--  http://www.hulu.com/sec.swf?cb=2009022605
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-02-25 18:06:20 ERROR 404: Not Found.

# wget http://www.hulu.com/sec.swf
--2009-02-25 18:06:24--  http://www.hulu.com/sec.swf
Resolving www.hulu.com... 63.217.20.83, 63.217.20.25
Connecting to www.hulu.com|63.217.20.83|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2009-02-25 18:06:24 ERROR 404: Not Found.




Original comment by [email protected] on 26 Feb 2009 at 2:09

from xbmc-addons.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 22, 2024
Hulu stopped using sec.swf

Original comment by rwparris2 on 8 Mar 2009 at 8:58

  • Changed state: Invalid

from xbmc-addons.

Related Issues (20)

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.