New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding scrape for bg #1163
Adding scrape for bg #1163
Conversation
Adding scrape for Episode, Season for Bulgarian lang.
|
Thanks, looks good. It fails the one test (in support/testdata/eitscrape/bg) "'кулинарно предаване, 3 епизода'", but I think this is unavoidable? The scrape gives episode 3, but when I asked last year some people said it should give "no episode", but I think sometimes it means episode 3 and sometimes it doesn't? I couldn't quite understand. |
|
Yes, you right "'кулинарно предаване, 3 епизода'" must not show, becasue "3 епизода'" mean will show 3 episodes, one after follow by second and follow by third, 3 together, not mean 3rd episode. I dont have idea how to miss only "епизода", but to stay "епизод", idk why catch "а" when, not put in file. If you have any idea is welcome. |
|
Ah, I understand now. So "3 епизода" could be for cartoons where it means 3 episodes of "Scooby Doo" are shown together in one broadcast 9.30am--11am. Thanks. I'll take another look in a couple of hours. |
|
Try changing the last two lines in episode_num (and then re-running an OTA scan). ` ` |
|
Thank you for suggestion, now all work perfect, added also some new type of scrape, final must look this. |
|
Now waiting @perexg to merge to master. |
|
Glad it works. But, I don't think the "2018/19" lines are correct. (Though it will look ok in the EPG). ==> "1," (one with a comma) but should be "1" (without comma). Do you have an example of what you are trying to match / not match with that line? There examples I have are in tvheadend/support/testdata/eitscrape/bg. |
|
OK, try this: This means "3 digits only" (does not match 4 digits) so will work for 2019/2020 too. |
|
One final try: |
@azlm8t suggestion "3 digits only" (does not match 4 digits) Thanks again
|
Merged. |





Adding scrape for Episode, Season for Bulgarian lang.