13 Commits

Author SHA1 Message Date
Micah Focht
79f0914f40
Fix some problems with BYU TV
Ok, a bit of a beginner here.  I ran into an issue when trying to download an episode of Studio C from BYU TV.  Basically, any links from the site aren't recognized as valid links.  This is a reasonably large problem, but it was also fairly easy to solve.  Essentially, in the URL, they changed watch to player.  So I changed that, and links were recognized again.  That's progress.  But, it still spits out the error "ERROR: Unable to extract episode information"  I've narrowed this down to line 38 I believe.  I don't really know how to fix this error, since it seems to be calling another function within common.py at line 2581.  I don't really have the expertise to diagnose this any further.  Hopefully someone else will see this and know what to do.  I'm committing this because regardless of the fact that an error still exists, this fixes one.  I would spend more time on this, but it's nearing 1 am and I have a feeling I'll forget what I was doing when I wake up.  I'll create a issue and reference this pull request as well.  Thanks for the help, Micah.
2017-12-13 00:40:19 -05:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6 2017-01-06 00:58:56 +08:00
Sergey M․
f6ba581f89
[byutv:event] Add extractor 2016-10-02 00:50:07 +07:00
Sergey M․
6d2549fb4f
[byutv] Fix id and display id 2016-10-02 00:44:54 +07:00
Déstin Reed
4da4516973
[byutv] Rely on _match_id and _parse_json 2016-10-02 00:41:18 +07:00
remitamine
688c634b7d skip some tests to reduce test time 2016-05-24 16:44:11 +01:00
remitamine
277c7465f5 [ooyala] check manifest ext with determine_ext and update tests for related extractors 2016-05-24 11:24:29 +01:00
remitamine
53e06b2507 [ooyala] fix duration scale 2015-12-04 16:18:02 +01:00
remitamine
cce9d15d01 [ooyala] extract domain,handle errors and change related tests 2015-10-16 16:02:40 +01:00
blissland
0b4253fa37 [BYUtvIE] Change thumbnail regex so test does not fail 2015-05-12 18:57:06 +01:00
Michael Käufl
7009a9047a [byutv] Update test 2014-11-12 15:24:37 +01:00
Sergey M․
5c802bac37 [byutv] Fix test 2014-04-10 19:37:55 +07:00
Philipp Hagemeister
6949d81095 [byutv] Add support (Fixes #2612) 2014-03-24 17:12:15 +01:00