Fishenzon / repo

My repo
53 stars 6 forks source link

זהו זה ב-VOD #191

Closed go-vegan closed 6 months ago

go-vegan commented 6 months ago

ישנן 2 בעיות עם "זהו זה" ב-VOD של ערוץ 11:

  1. שמות הפרקים לא תקינים.
  2. בשבוע האחרון לא ניתן בכלל להיכנס לרשימת הפרקים. הקודי נתקע.

גירסא 3.5.4

go-vegan commented 6 months ago

יש רעיונות? האם צריכים עוד מידע? האם זה קורה גם אצלכם? תודה.

rafi-d commented 6 months ago

כן, קורה גם אצלי.

לפי הקוד/HTML בתוך הדפים באתר , יש את המידע המדוייק על התינקים והשמות בכל דף ודף, במבני הנתונים הבאים, שאולי יעזרו למפתח לאתר שמות ולינקים (ולא לתחזק רשימות ידנית...) :

עבור דף ראשי של סדרה (מנייכ) : https://www.kan.org.il/content/kan/kan-11/p-12394/

`

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement":[

         {
             "@type": "ListItem",
             "position": 1,
             "name": "דף הבית",
             "item": "https://www.kan.org.il/"
         },

         {
             "@type": "ListItem",
             "position": 2,
             "name": "ספריית תוכן",
             "item": "https://www.kan.org.il/content/"
         },

         {
             "@type": "ListItem",
             "position": 3,
             "name": "כאן",
             "item": "https://www.kan.org.il/content/kan/"
         },

         {
             "@type": "ListItem",
             "position": 4,
             "name": "כאן 11",
             "item": "https://www.kan.org.il/content/kan/kan-11/"
         },
                    {             
             "@type": "ListItem",
             "position": 5,
             "name": "מנאייכ"
        }
      ]
    }
</script>`

עבור פרק של סדרה (מנייכ S03E01): https://www.kan.org.il/content/kan/kan-11/p-12394/s3/686141/

`

    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "BreadcrumbList",
      "itemListElement":[

         {
             "@type": "ListItem",
             "position": 1,
             "name": "דף הבית",
             "item": "https://www.kan.org.il/"
         },

         {
             "@type": "ListItem",
             "position": 2,
             "name": "ספריית תוכן",
             "item": "https://www.kan.org.il/content/"
         },

         {
             "@type": "ListItem",
             "position": 3,
             "name": "כאן",
             "item": "https://www.kan.org.il/content/kan/"
         },

         {
             "@type": "ListItem",
             "position": 4,
             "name": "כאן 11",
             "item": "https://www.kan.org.il/content/kan/kan-11/"
         },

         {
             "@type": "ListItem",
             "position": 5,
             "name": "מנאייכ",
             "item": "https://www.kan.org.il/content/kan/kan-11/p-12394/"
         },

         {
             "@type": "ListItem",
             "position": 6,
             "name": "עונה 3",
             "item": "https://www.kan.org.il/content/kan/kan-11/p-12394/s3/"
         },
                    {             
             "@type": "ListItem",
             "position": 7,
             "name": "מנאייכ עונה 3 | פרק 1"
        }
      ]
    }
</script>`
Fishenzon commented 6 months ago

תוקן בגירסה 3.5.5

rafi-d commented 6 months ago

קצת OFF, אבל אם תנסה לסדר את התוכניות לפי א-ב, תראה מייד את הבעיה של תוכניות P-XXX שנמצאות בראש הרשימה (במשך כשני דפים)* ולא מזוהות עדיין.

Fishenzon commented 6 months ago

סודר